
function fun(wUrl,wWidth,wHeight,num)
	{

	var maxWidth;

	//if (wWidth>470) 
		maxWidth=wWidth; 
	//else 	
	//	{maxWidth=470; }


	var variable_string="toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=" + (maxWidth + 150) + ",height=" + (wHeight + 115) + ",dependent=no";
	the_name="template" + num;
	the_win=window.open(wUrl,the_name,variable_string);

	}