function ContactUs()
{
mywindow = window.open("ContactUs.htm","","width=405,height=220,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function ContactUs1()
{
mywindow = window.open("../ContactUs.htm","","width=405,height=220,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function PrivacyStatement()
{
mywindow = window.open("privacystatement.htm","","width=405,height=420,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function PrivacyStatement1()
{
mywindow = window.open("../privacystatement.htm","","width=405,height=420,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function TermsofUse()
{
mywindow = window.open("termsofuse.htm","","width=405,height=420,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function subbana()
{
mywindow = window.open("video.htm","","width=415,height=385,toolbar=0,scrollbars=0,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=150,top=50");
}

function TermsofUse1()
{
mywindow = window.open("../termsofuse.htm","","width=405,height=420,toolbar=0,scrollbars=1,location=0,menubar=0,status=0,resizeable=0,,screenX=0,screenY=0,left=50,top=50");
}
function OpenLand1()
{
mywindow = window.open('land&People/Land_Index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}
function OpenLand2()
{
mywindow = window.open('../land&People/Land_Index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}

function OpenScriptLesson1()
{
mywindow = window.open('ScriptLessons/ScriptLessons_index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}

function OpenScriptLesson2()
{
mywindow = window.open('../ScriptLessons/ScriptLessons_index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}

function OpenStructuralLesson1()
{
mywindow = window.open('Structure Lessons/StructuralLessons_index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}

function OpenStructuralLesson2()
{
mywindow = window.open('../Structure Lessons/StructuralLessons_index.htm', 'Win1','width=794,height=550,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0');
}

function GetCurrentDate()
{
	//alert("HI");
	var mydate=new Date()
	var year=mydate.getYear()
	if (year < 1000)
		year+=1900
	var day=mydate.getDay()
	var month=mydate.getMonth()
	var daym=mydate.getDate()
	if (daym<10)
	daym="0"+daym
	var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
	var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
	document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+year)

}
