function openPicWin(Foo) {
 
window.open(Foo,'FooToo','toolbar=1,alwaysRaised=1,location=0,directories=0,'+'status=0,menubar=0,scrollbars=1,resizable=0,width=750,height=700,screenX=1,screenY=1');
}

function closeWindow() {
	window.close();
}