var picturesx="" ;
var popUpWin = '';
var describeIt = '';
var picture = "";
var winFeatures = '';
var pix_width = "" ;
var pix_height = "" ;
var tall = 440;
var side = 440;

function preload(img) 
{	picturesx = new Image();     
	picturesx.src = img;
}

function getImagesize() 
{	pix_height = picturesx.height; 
	pix_width = picturesx.width; 
	if (pix_height==0) 
	{	pix_height=400;	
		pix_width=400; 
	}
}

function makePopUpWin(text, text2) 
{	preload(text2); 
	getImagesize();
//	tall = pix_height + 100;   
//	side = pix_width + 100;  
	describeIt = text; 
	describeIt2 = text2; 
	picture = picturesx.src;
	if (popUpWin && !popUpWin.closed) 
	{  popUpWin.close(); 
	} 
	popupfeatures ="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=No,dependent,height="+tall+",width="+side+",left=0,top=0";   
	popUpWin = eval("window.open('zoom.php','newWin',popupfeatures)");   
	if (!popUpWin.opener) popUpWin.opener = self;
}

function update() 
{   popUpWin.document.open();   
	popUpWin.document.write("<html><head><title>" +describeIt + " Site Appreciated...</title><link href='indianautographs.css' rel='stylesheet' type='text/css'></head>");
	popUpWin.document.write("<table width='400' border='0' cellspacing='0' cellpadding='0' align='center'><tr><td align='center'><img src='images/logo-popup.gif'></td></tr><tr><td height='10'></td></tr><tr><td height='10' align='center' class='content-title'>www.indianautographs.com</td></tr><tr><td height='10'> </td></tr><tr><td align='center' class='content'>This website and the hobby of the autograph collection of<br><span class='questions'>Shri Praful Thakkar, the owner of this site,</span><br>is highly appreciated by<br><span class='questions'>Divya Bhaskar</span><br> a local daily, leading news paper of Gujarat. It is published in the newspaper on January 17, 2007.</td></tr><tr><td height='10'> </td></tr><tr><td align='center' class='content'><p>This site is designed and maintained by<br><a href='http://www.indianautographs.com/'><img src='images/jini.jpg' border='0'></a><br><a href='http://www.indianautographs.com/' class='content-links'><strong>WebdesignJiNi</strong></a><br><br><a href='mailto:info@webdesignjini.com' class='content-links'>info@webdesignjini.com</a></p></td></tr></table>");
	popUpWin.document.write("<br><br><center><a class=\"content-links\" href='#' onClick='self.close()'>");   popUpWin.document.write("close this window</a></center></body></html>");   
	popUpWin.document.close();
}

//javascript:makePopUpWin('Location Map of I D Patel Education Campus','images/road-map-lrg.jpg')