function getPage(thePage,wt,ht){
        leftPos= (screen.width-wt)/2
        topPos = (screen.height-ht)/2
        newWin1 = window.open(thePage,'aWin','toolbar=no,menubar=yes, 		resizeable=no,scrollbars=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht)
}
function siteMap(thePage,wt,ht){
	self.name = "Parent_Window";         
	leftPos= (screen.width-wt)/2
        topPos = (screen.height-ht)/2
        newWin1 = window.open(thePage,'aWin','toolbar=no,menubar=yes, 		resizeable=no,scrollbars=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht)
}
function openCampaign(thePage,wt,ht){
        leftPos= (screen.width-wt)/2
        topPos = (screen.height-ht)/2
        newWin1 = window.open(thePage,'aWin','toolbar=no,menubar=no, 		resizeable=no,scrollbars=no,status=no,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht)
}
<!--
//This credit must stay intact
//Script by http://www.java-Scripts.net and http://wsabstract.com
 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }
//-->
