function p(page,x,y,w,h) {	OpenWin = this.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");	}function pn(page,x,y,w,h) {	OpenWin = this.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");	}function pnx(page,x,y,w,h) {	OpenWin = this.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=auto,resizable=yes");	}function pn2(page,x,y,w,h) {	OpenWin = this.open(page, "CtrlWindow2", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");	}function pg(page) {	x = 10;	y = 10;	w = 850;	h = 460;	OpenWin = window.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");OpenWin.focus();	}function gallery(page) {	x = 10;	y = 10;	w = 850;	h = 530;	OpenWin = window.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");OpenWin.focus();	}function gallery3(page) {	x = 10;	y = 10;	w = 860;	h = 530;	OpenWin = window.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");OpenWin.focus();	}function transaction(page, w, h) {	x = 10;	y = 10;	OpenWin = window.open(page, "CtrlWindow", "screenX="+x+",screenY="+y+",top="+y+",left="+x+",height="+h+",width="+w+",toolbar=no,menubar=no,location=yes,scrollbars=yes,resizable=yes");OpenWin.focus();	}function p0(page) {	OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");	}	/* This script and many more are available free online atThe JavaScript Source!! http://javascript.internet.comCreated by: Calvin Leung | http://www.pphresh.com */function turnOn (speclink) {	 var anchors = document.links	 for (i=0; i<anchors.length; i++) {    anchors[i].style.paddingLeft = '6px';    anchors[i].style.borderLeft = '#456F9D solid 6px';	 }	 speclink.style.paddingLeft = '6px';	 speclink.style.borderLeft = 'white solid 6px';}function turnOnFirst () {	 var anchors = document.links	 for (i=0; i<anchors.length; i++) {    anchors[i].style.paddingLeft = '6px';    anchors[i].style.borderLeft = '#456F9D solid 6px';	 }	 anchors[0].style.paddingLeft = '6px';	 anchors[0].style.borderLeft = 'white solid 6px';}function turnBackBold (speclink) {	 var anchors = document.links	 for (i=0; i<anchors.length; i++) {    anchors[i].style.fontWeight = '300';	 }	 speclink.style.fontWeight = '900';}/* Show an object */function showID(object) { if (document.getElementById) {	document.getElementById(object).style.display = 'block';	}}/* Hide an object */function hideID(object) { if (document.getElementById) {	document.getElementById(object).style.display = 'none';	}}