function doubleLoad(section){ 	self.sub.location.href= section+"/sub.html";	self.content.location.href= section+"/index.html";	} function slingShot(page) { OpenWin = this.open(page, "Loading", "toolbar=0,menubar=no,location=0,scrollbars=no,resizable=yes,width=375,height=425,left=75,top=25"); } function slingShotMail(page) { OpenWin = this.open(page, "Loading", "toolbar=0,menubar=no,location=0,scrollbars=no,resizable=yes,width=310,height=250,left=75,top=25"); } 