<!--
function popPicture (page,menu){

var sProperties = "";
sProperties += "scrollbars=0,resizable=1,width=630,height=430,";
sProperties += "status=0,menubar="+menu+",location=0,toolbar="+menu+",left=20,top=20";

SendWindow = window.open(page,"SendWindow",sProperties);
SendWindow.focus(); 
}
//-->