/*******************************************
 * Utility JS/AJAX di UOShards
 * $Revision: 1.4 $
 * Copyright 2003-2007 Federico Improta
 *******************************************
*/

function ShowShardScreen(id){
   imgwin=window.open('http://www.uoshards.it/show_image.php?t=popup&id='+id, '', 'width=640,height=480,scrollbars=no');
   return false;
}

function go(url){
   top.location.href=url;
}

