
function openPic(theID){

	var url = theID;

window.open(url, 'Photos', 'top=0,screenx=0,left=0,screeny=0,width=650,height=470,status=no,menubar=no,scrollbars=yes');

//alert(url);
}