/1_20080426.jpg", "_blank", "fullscreen=1,width="+width_s+",height="+height_s+",left=0,top=0,location=no,toolbar=no,status=no,resizable=no,scrollbars=auto,menubar=no,directories=no");
}
function realsize()
{
var height1=images2.height;
var width1=images2.width;
//alert(height1);
//location.reload();
images1.height=height1;
images1.width=width1;
//block1.style.left = 0;
//block1.style.top = 0;
}
function featsize()
{
var width1=images2.width;
var height1=images2.height;
var width2=760;
var height2=400;
var h=height1/height2;
var w=width1/width2;
if(height1w)
{
images1.height=height2;
images1.width=width1*height2/height1;
}
else
{
images1.width=width2;
images1.height=height1*width2/width1;
}
}
block1.style.left = 0;
block1.style.top = 0;
}