
function openPic(url){
newWindow=window.open(url,'','toolbar=0,location=0,width=200, height="250" directories=0,status=0,menubar=0,scrollbars=0,resizable=1');
newWindow.document.write('<html><title>Model at GlamourJunction</title><head></head>')
newWindow.document.write('<body onLoad="self.resizeTo(document.images[0].width+25,document.images[0].height+50);" topmargin="5" leftmargin="5"><img src="'+url+'" alt=" a Professional  Model / Actor at  mumbaijunction.com"></body></html>')
newWindow.location.reload();
newWindow.focus();
}
