function show(name)
{
var newImg = new Image();
newImg.src = "http://www.beautybeachresort.com/pic/"+name;
//window.open (name,"","width="+newImg.width+",height="+newImg.height+",scrollbars=Auto,resizable=yes,top=0,left=0");
//alert()
window.open (name,"","width=795,height=600,scrollbars=Auto,resizable=yes,top=0,left=0");
}


