var bgc ="#E2E7FB"; // Background color of page
var tbgc="#E2E7FB"; // table background
var txtc="#A52F4A"; // font color

// Funciton Used in Saheb Darshan, News, Events

function imgnewwin(n)
{	
	w=window.open("","","scrollbars=yes,resizable=no,width=645, height=645");
	w.document.open();
	w.document.write("<html>");
	w.document.write("<head>");
	w.document.write("<title>");
	w.document.write("Anoopam Mission");
	w.document.write("</title>");
	w.document.write("</head>");
	w.document.write("<body bgcolor="+bgc+">");
	w.document.write("<center><table border=0 cellpadding=2 bgcolor="+tbgc+">");
	w.document.write("<tr><td align=center>");
	w.document.write("<img  src='"+theimage[n-1][1]+"'>");
	w.document.write("</td></tr>");
	w.document.write("</table>");
	w.document.write("<p>");
//	w.document.write("<tr><td align=center>");
	w.document.write("<font face='verdana' size='2' color='"+txtc + "'>");
	w.document.write(theimage[n-1][0]);
	w.document.write("</font>");
//	w.document.write("</td></tr>");
	w.document.write("<p>");
	w.document.write("<a href=#>");
	w.document.write('<img src="http://www.anoopam-mission.org/images/js.gif" border="0" name="Image1" onClick=window.close(); alt="Close Window">');	
	w.document.write("</a><p>&nbsp;</p><p>&nbsp;</p>");
	w.document.write("</center>");
	w.document.write("</body>");
	w.document.write("</html>");
	w.document.close();
}

// Function Used in Thakorji Today page 

function newwin(imgsrc,w,h)
{	
	win=window.open("","","scrollbars=yes,resizable=no,width=" + w + ", height=" + h);
	win.document.open();
	win.document.write("<html>");
	win.document.write("<head>");
	win.document.write("<title>");
	win.document.write("Anoopam Mission");
	win.document.write("</title>");
	win.document.write("</head>");	
	win.document.write("<body background='images/bg111.jpg' leftmargin='0' topmargin='0' bgcolor="+bgc+">");
	win.document.write("<center>");
	win.document.write("<img src="+imgsrc+">");
	win.document.write("</center>");
	win.document.write("</body>");
	win.document.write("</html>");
	win.document.close();
}

function newwinH(imgsrc,w,h)
{	
	win=window.open("","","toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no',width=" + w + ", height=" + h);
	win.document.open();
	win.document.write("<html>");
	win.document.write("<head>");
	win.document.write("<title>");
	win.document.write("Anoopam Mission");
	win.document.write("</title>");
	win.document.write("</head>");	
	win.document.write("<body background='images/bg111.jpg' leftmargin='0' topmargin='0' bgcolor="+bgc+">");
	win.document.write("<center>");
	win.document.write("<img src="+imgsrc+">");
	win.document.write("</center>");
	win.document.write("</body>");
	win.document.write("</html>");
	win.document.close();
}

function MM_openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
