function popup(photo,title){	

	var s1 =  "<title>" + title + "</title>";

	var s2 =  "<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' background='" + photo + "'>";

var new_window = window.open('' ,null ,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width= "400" ,height=  "300"' );

	new_window.document.write(s1 + s2);

}

function mOvr(src){src.style.backgroundColor = "#FFFFCC";} 

function mOut(src){src.style.backgroundColor = "#FFCC66";}