function fullimage2(content,im,wd,ht)
{
   
    editor1=window.open("","Enlarged","width=" + wd + ",height=" + ht +",left=0,top=0,scrollbars")
    
 	if(editor1 != null)
	{
		editor1.focus()
		editor1.document.open('text/html')
		editor1.document.write("<html><head></head>")
		editor1.document.write("<body >")
		editor1.document.write("<center>")
		editor1.document.write('<img src='+im+'  border=0 >')
		editor1.document.write('<br>')
		editor1.document.write('<font face=arial size=2>')
		editor1.document.write(content)
		editor1.document.write('</font>')
		editor1.document.write('<form>')
		editor1.document.write('<input type="button" value=Close onClick="window.close()">')
		editor1.document.write('</form>')
		editor1.document.write("</center>")
		editor1.document.write("</body></html>")
		editor1.document.close()  
	}
}

function imageh(content,im)
{
   
    editorimageh=window.open("","imagehorizontal","width=650,height=500,left=0,top=0")
    
 	if(editorimageh != null)
	{
		editorimageh.focus()
		editorimageh.document.open('text/html')
		editorimageh.document.write("<html><head></head>")
		editorimageh.document.write("<body >")
		editorimageh.document.write("<center>")
		editorimageh.document.write('<img src='+im+'  border=0 >')
		editorimageh.document.write('<br>')
		editorimageh.document.write('<font face=arial size=2>')
		editorimageh.document.write(content)
		editorimageh.document.write('</font>')
		editorimageh.document.write('<form>')
		editorimageh.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh.document.write('</form>')
		editorimageh.document.write("</center>")
		editorimageh.document.write("</body></html>")
		editorimageh.document.close()  
	}
}

function imagev(content,im)
{
   
    editorimagev=window.open("","imagevertical","width=450,height=700,left=0,top=0,scrollbars")
    
 	if(editorimagev != null)
	{
		editorimagev.focus()
		editorimagev.document.open('text/html')
		editorimagev.document.write("<html><head></head>")
		editorimagev.document.write("<body  marginwidth=0 marginheight=5 topmargin=5 leftmargin=0>")
		editorimagev.document.write("<center>")
		editorimagev.document.write('<img src='+im+'  border=0 >')
		editorimagev.document.write('<br>')
		editorimagev.document.write('<font face=arial size=2>')
		editorimagev.document.write(content)
		editorimagev.document.write('</font>')
		editorimagev.document.write('<form>')
		editorimagev.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimagev.document.write('<br>')
		editorimagev.document.write('<br>')
		editorimagev.document.write('</form>')
		editorimagev.document.write("</center>")
		editorimagev.document.write("</body></html>")
		editorimagev.document.close()  
	}
}


function moviev(content,mov)
{
   
    editormoviev=window.open("","imagevertical","width=240,height=370,left=0,top=5,scrollbars,")
    
 	if(editormoviev != null)
	{
		editormoviev.focus()
		editormoviev.document.open('text/html')
		editormoviev.document.write("<html><head></head>")
		editormoviev.document.write("<body  marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>")
		editormoviev.document.write("<center>")
		editormoviev.document.write('<embed src='+mov+'  border=0 type="application/x-shockwave-flash"  width="200" height="300"')
		editormoviev.document.write('<br>')
		editormoviev.document.write('<font face=arial size=2>')
		editormoviev.document.write(content)
		editormoviev.document.write('</font>')
		editormoviev.document.write('<form>')
		editormoviev.document.write('<input type="button" value=Close onClick="window.close()">')
		editormoviev.document.write('<br>')
		editormoviev.document.write('<br>')
		editormoviev.document.write('</form>')
		editormoviev.document.write("</center>")
		editormoviev.document.write("</body></html>")
		editormoviev.document.close()  
	}
}


function menu()
{
window.document.write('<img src="http://www.akshardham.com/images/mainmenu.gif" width="830" height="23" hspace="0" vspace="0" border="0" usemap="#menu">')
}


function copyright()
{
window.document.write(' <table width="1004" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td>')
window.document.write('<img src="http://www.akshardham.com/images/bottom1.gif" alt="Copyright" width="1004" height="58" hspace="0" vspace="0" border="0" usemap="#bottom">')
window.document.write('</td></tr></table>')
window.document.write('<map name="menu">')
window.document.write('<area shape="rect" coords="32,3,152,18" href="http://www.akshardham.com/whatisakdm/index.htm" usemap="#Bottom" border="0">')
window.document.write('<area shape="rect" coords="159,2,231,20" href="http://www.akshardham.com/whattosee/index.htm">')  
window.document.write('<area shape="rect" coords="239,2,319,19" href="http://www.akshardham.com/photogallery/index.htm">')  
window.document.write('<area shape="rect" coords="326,2,461,20" href="http://www.akshardham.com/makingofakdm/index.htm" alt="Making of Akshardham">')  
window.document.write('<area shape="rect" coords="469,2,524,21" href="http://www.akshardham.com/opinions/index.htm" alt="Opinions">')  
window.document.write('<area shape="rect" coords="531,2,631,19" href="http://www.akshardham.com/mediacoverage/index.htm" alt="Media Coverage">')  
window.document.write('<area shape="rect" coords="640,0,708,20" href="http://www.akshardham.com/visitorinfo/index.htm" alt="Visitors Info">')  
window.document.write('<area shape="rect" coords="716,2,755,20" href="http://www.akshardham.com/news/index.htm" alt="News">')  
window.document.write('<area shape="rect" coords="766,4,813,19" href="http://www.akshardham.com/brochure/index.htm" alt="Brochure">')  
window.document.write('</map>')
window.document.write('<map name="bottom">')
window.document.write('<area shape="rect" coords="10,25,85,39" href="http://www.akshardham.com/contactus/privacypolicy.htm">')  
window.document.write('<area shape="rect" coords="98,24,195,39" href="http://www.akshardham.com/contactus/termsandconditions.htm">')  
window.document.write('<area shape="rect" coords="759,6,799,23" href="http://www.akshardham.com/index.htm">')  
window.document.write('<area shape="rect" coords="821,7,873,24" href="http://www.akshardham.com/sitemap/index.htm">')  
window.document.write('<area shape="rect" coords="896,5,962,21" href="http://www.akshardham.com/contactus/index.htm">')  
window.document.write('</map>')
}

function imageh1(content,im)
{
   
    editorimageh1=window.open("","imagehorizontal","width=850,height=650,left=0,top=0")
    
 	if(editorimageh1 != null)
	{
		editorimageh1.focus()
		editorimageh1.document.open('text/html')
		editorimageh1.document.write("<html><head></head>")
		editorimageh1.document.write("<body >")
		editorimageh1.document.write("<center>")
		editorimageh1.document.write('<img src='+im+'  border=0 >')
		editorimageh1.document.write('<br>')
		editorimageh1.document.write('<font face=arial size=2>')
		editorimageh1.document.write(content)
		editorimageh1.document.write('</font>')
		editorimageh1.document.write('<form>')
		editorimageh1.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh1.document.write('</form>')
		editorimageh1.document.write("</center>")
		editorimageh1.document.write("</body></html>")
		editorimageh1.document.close()  
	}
}

function imagev1(content,im)
{
   
    editorimagev1=window.open("","imagevertical","width=450,height=650,left=0,top=0,scrollbars")
    
 	if(editorimagev1 != null)
	{
		editorimagev1.focus()
		editorimagev1.document.open('text/html')
		editorimagev1.document.write("<html><head></head>")
		editorimagev1.document.write("<body  marginwidth=0 marginheight=5 topmargin=5 leftmargin=0>")
		editorimagev1.document.write("<center>")
		editorimagev1.document.write('<img src='+im+'  border=0 >')
		editorimagev1.document.write('<br>')
		editorimagev1.document.write('<font face=arial size=2>')
		editorimagev1.document.write(content)
		editorimagev1.document.write('</font>')
		editorimagev1.document.write('<form>')
		editorimagev1.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimagev1.document.write('<br>')
		editorimagev1.document.write('<br>')
		editorimagev1.document.write('</form>')
		editorimagev1.document.write("</center>")
		editorimagev1.document.write("</body></html>")
		editorimagev1.document.close()  
	}
}


function imageh800(content,im)
{
   
    editorimageh800=window.open("","imagehorizontal800","width=850,height=750,left=0,top=0")
    
 	if(editorimageh800 != null)
	{
		editorimageh800.focus()
		editorimageh800.document.open('text/html')
		editorimageh800.document.write("<html><head></head>")
		editorimageh800.document.write("<body >")
		editorimageh800.document.write("<center>")
		editorimageh800.document.write('<img src='+im+'  border=0 >')
		editorimageh800.document.write('<br>')
		editorimageh800.document.write('<font face=arial size=2>')
		editorimageh800.document.write(content)
		editorimageh800.document.write('</font>')
		editorimageh800.document.write('<form>')
		editorimageh800.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh800.document.write('</form>')
		editorimageh800.document.write("</center>")
		editorimageh800.document.write("</body></html>")
		editorimageh800.document.close()  
	}
}



function imagev800(content,im)
{

editorimagev800=window.open("","imagevorizontal800"," width=750,height=950,left=0,top=0")

   
//  editorimagev800=window.open("","imagevorizontal800","scrollbars=1,width=750,height=900,left=0,top=0")

// editorimagev800=window.open("","imagevorizontal800","scrollbars=1,resizable=1,left=0,top=0")
    
 	if(editorimagev800 != null)
	{
		editorimagev800.focus()
		editorimagev800.document.open('text/html')
		editorimagev800.document.write("<html><head></head>")
		editorimagev800.document.write("<body >")
		editorimagev800.document.write("<center>")
		editorimagev800.document.write('<img src='+im+'  border=0 >')
		editorimagev800.document.write('<br> ')
		editorimagev800.document.write('<font face=arial size=2>')
		editorimagev800.document.write(content)
		editorimagev800.document.write('</font>')
		editorimagev800.document.write('<form>')
		editorimagev800.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimagev800.document.write('</form>')
		editorimagev800.document.write('<br> ')
		editorimagev800.document.write("</center>")
		editorimagev800.document.write("</body></html>")
		editorimagev800.document.close()  
	}
}
