<!-- Begin

function ow(url,wid){
ap= window.open(url,""+wid,'width=764,height=599'); 
ap.focus();
//var str=""+"<body topmargin=0 //leftmargin=0><html>"+"<head>"+"<title>"+title+"</title>"+"</head>"+"<img border=0 //src="+url+".jpg width=764 height=599></html></body>";

 // ap.document.open();
 // ap.document.write(str);
 // ap.document.close();
 
}

//  End -->
