
function image(content,im)
{
   
    editorimage=window.open("","imagehorizontal","width=1000,height=710,left=0,top=0 scrollbars")
    
 	if(editorimage != null)
	{
		editorimage.focus()
		editorimage.document.open('text/html')
		editorimage.document.write("<html><head></head>")
		editorimage.document.write("<body >")
		editorimage.document.write("<center>")
		editorimage.document.write('<img src='+im+'  border=0 >')
		editorimage.document.write('<br>')
		editorimage.document.write('<font face=arial size=2>')
		editorimage.document.write(content)
		editorimage.document.write('</font>')
		editorimage.document.write('<form>')
		editorimage.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimage.document.write('</form>')
		editorimage.document.write("</center>")
		editorimage.document.write("</body></html>")
		editorimage.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 fullimageh(content,im)
{
   
    editorh=window.open("","Enlargedhorizontal","width=620,height=500,left=0,top=0")
    
 	if(editorh != null)
	{
		editorh.focus()
		editorh.document.open('text/html')
		editorh.document.write("<html><head></head>")
		editorh.document.write("<body >")
		editorh.document.write("<center>")
		editorh.document.write('<img src='+im+'  border=0 >')
		editorh.document.write('<br>')
		editorh.document.write('<font face=arial size=2>')
		editorh.document.write(content)
		editorh.document.write('</font>')
		editorh.document.write('<form>')
		editorh.document.write('<input type="button" value=Close onClick="window.close()">')
		editorh.document.write('</form>')
		editorh.document.write("</center>")
		editorh.document.write("</body></html>")
		editorh.document.close()  
	}
}

function fullimagev(content,im)
{
   
    editorv=window.open("","Enlargedvertical","width=420,height=550,left=0,top=0,scrollbars")
    
 	if(editorv != null)
	{
		editorv.focus()
		editorv.document.open('text/html')
		editorv.document.write("<html><head></head>")
		editorv.document.write("<body  marginwidth=0 marginheight=5 topmargin=5 leftmargin=0>")
		editorv.document.write("<center>")
		editorv.document.write('<img src='+im+'  border=0 >')
		editorv.document.write('<br>')
		editorv.document.write('<font face=arial size=2>')
		editorv.document.write(content)
		editorv.document.write('</font>')
		editorv.document.write('<form>')
		editorv.document.write('<input type="button" value=Close onClick="window.close()">')
		editorv.document.write('</form>')
		editorv.document.write("</center>")
		editorv.document.write("</body></html>")
		editorv.document.close()  
	}
}
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 popupemail(){

popupHeight = 400;
popupWidth = 374;
var strURL = "http://www.mysticindia.com/newsletter/emailenter.htm";
window1 = window.open(strURL,'emailWindow','top=50,left=50, height=' + popupHeight + ',width=' + popupWidth + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes');			
// return true;
}
function menu1()
{
	
window.document.write('<table width="776" border="0" cellspacing="0" cellpadding="0"> <tr><td>')
window.document.write('<img src="http://www.mysticindia.com/images/menu.jpg" width="776" height="66" hspace="0" vspace="0" border="0" usemap="#Map">')
window.document.write('</td></tr></table>')
window.document.write('<map name="Map">')
window.document.write('<area shape="rect" coords="8,41,106,63" href="http://www.mysticindia.com/uniquefeatures/index.htm" alt="Unique Features">')
window.document.write('<area shape="rect" coords="113,41,200,62" href="http://www.mysticindia.com/aboutthefilm/index.htm" alt="About the Film">')
window.document.write('<area shape="rect" coords="208,40,288,62" href="http://www.mysticindia.com/mediagallery/index.htm" alt="Media Gallery">')
window.document.write('<area shape="rect" coords="297,40,405,63" href="http://www.mysticindia.com/behindthescene/index.htm" alt="Behind the Scenes">')
window.document.write('<area shape="rect" coords="411,41,484,62" href="http://www.mysticindia.com/filmmakers/index.htm" alt="Film Makers">')
window.document.write('<area shape="rect" coords="489,42,571,62" href="http://www.mysticindia.com/filmsynopsis/index.htm" alt="Film Synopsis">')
window.document.write('<area shape="rect" coords="579,43,614,61" href="http://www.mysticindia.com/news/index.htm" alt="News">')
window.document.write('<area shape="rect" coords="621,42,698,63" href="http://www.mysticindia.com/forteachers/index.htm" alt="For Teachers">')
window.document.write('<area shape="rect" coords="706,42,768,62" href="http://www.mysticindia.com/contactus/index.htm" alt="Contact Us">')
window.document.write('</map>')

}



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()  
	}
}


