﻿function openwindow1()
{
window.open("popups/text/privacy.html",
	"mywindow","location=0,status=0,scrollbars=0,width=640,height=430");
}
function openwindow3()
{
window.open("popups/text/contactus.html",
		"mywindow","location=0,status=0,scrollbars=0,width=650,height=465");
}
function openwindow4()
{
window.open("popups/text/vision.html",
	"mywindow","location=0,status=0,scrollbars=0,width=640,height=520");
}

function openwindow5()
{
window.open("popups/text/googlemap.html",
	"mywindow","location=0,status=0,scrollbars=0,width=805,height=430");
	}
