function FotoWin() {
	window.open("","FotoWin",'toolbar=0,location=0,scrollbars=0,width=700,height=550,resizable=1,left=150,top=150');
} 

function Print() {
	window.open("","Print",'toolbar=0,location=0,scrollbars=1,width=500,height=500,resizable=0,left=150,top=150');
} 

function FotoWinAlbum() {
	window.open("","FotoWinAlbum",'toolbar=0,location=0,scrollbars=0,width=570,height=550,resizable=0,left=50,top=50');
} 