function Show_Picture(k)
{
var pics=new Array("ship","santa","blacknight","earth","chess","3d","gujurat_hope","woman");
i=window.open(pics[k]+".jpg",height=400,width=400);
}