function OpenNewWindow(Picture,Title,Width,Height) { myh = Height+25; myw = Width+50; params = "height="+myh+",width="+myw; params = params+"resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0"; NewWindow=window.open("","NewOne",params); NewWindow.document.write ("
");
NewWindow.document.write ("");
NewWindow.document.write ("");
NewWindow.document.write ("