'+
'
'+
'' +
'
'+
'' +
'
'+
'
'+
'
'+
''+
'
'+
'
'+
''+
'
'+
''+
'
'+
''+
'
Close Window'+
''
newWindow = window.open("","Galery", options);
newWindow.document.write( contents );
newWindow.document.close();
}
function showPic2( ){
//Options for newWindow
options = "toolbar=1,status=0,menubar=0,scrollbars=0," +
"resizable=0,width=400,height=500";
//Contents of page
contents=
'
'+
''+
'' +
'
' +
'' +
'
' +
'' +
'
' +
'
Close Window'+
''
newWindow = window.open("", "Pictures", options);
newWindow.document.write( contents );
newWindow.document.close();
}
function showPic3( ){
//Options for newWindow
options = "toolbar=1,status=0,menubar=0,scrollbars=0," +
"resizable=0,width=400,height=500";
//Contents of page
contents=
'
'+
''+
''+
'
'+
'
'+
'
'+
''+
'
'+
'
'+
'
' +
'
Close Window'+
''
newWindow = window.open("", "Pictures", options);
newWindow.document.write( contents );
newWindow.document.close();
}