function newwindow(x,y,z) 
{ 
window.open(""+z+"", "Pictures", "width="+x+",height="+y+",scrollbars=yes");
} 