function ShowMeHor(picURL,picTitle){
	newWindow=window.open(picURL,'newWinHor','toolbar=0,location=0,statusbar=0,menubar=0,width=800,height=600');
	newWindow.document.write('<html><head><title>'+picTitle+'<\/title><script src="/mint/?js" type="text/javascript"><\/script><\/head><body topmargin="0" leftmargin="0"><img src="'+picURL+'" alt="'+picTitle+'"><\/body><\/html>');
	newWindow.document.close();
	newWindow.focus();
}

function ShowMeVert(picURL,picTitle){
	newWindow=window.open(picURL,'newWinVert','toolbar=0,location=0,statusbar=0,menubar=0,width=600,height=800');
	newWindow.document.write('<html><head><title>'+picTitle+'<\/title><script src="/mint/?js" type="text/javascript"><\/script><\/head><body topmargin="0" leftmargin="0"><img src="'+picURL+'" alt="'+picTitle+'"><\/body><\/html>');
	newWindow.document.close();
	newWindow.focus();
}

function ShowMeVert2(picURL,picTitle){
	newWindow=window.open(picURL,'newWinVert','toolbar=0,location=0,statusbar=0,menubar=0,width=513,height=800');
	newWindow.document.write('<html><head><title>'+picTitle+'<\/title><script src="/mint/?js" type="text/javascript"><\/script><\/head><body topmargin="0" leftmargin="0"><img src="'+picURL+'" alt="'+picTitle+'"><\/body><\/html>');
	newWindow.document.close();
	newWindow.focus();
}