function PopupSL(URL) {
    pWindow=window.open(URL,"PopupSL","scrollbars=yes,resizable=yes,width=440,height=360,dependent=yes,menubar=no,status=no,toolbar=no,screenX=180,screenY=220")
}

////--------Under Construction message

function GoToConstruction()
{
window.open("UnderConstruction.asp", "Under Construction","toolbar=yes, status=no, resizable=yes, height=400, width=400");
}

function GoToUnderConstruction()
{
	var w = 640
	var h = 480
	if (screen) {
		h = screen.availHeight
		w = screen.availWidth
		}
	var leftpos = (w -400)/2, toppos = (h - 400)/2;

	window.open("UnderConstruction.asp", "Under Construction", "toolbar=no,status=no,resizable=no,menubar=no,width=400,height=400,top=" + toppos + ",left=" + leftpos + ",screenx="+ leftpos + ",screeny=" + toppos );
}

/////----------BBB 

function GoToBBB()
{
	 window.open("http://www.bbbonline.org/cks.asp?id=104041471141745","BBBinfo","toolbar=yes, status=no, resizable=yes, scrollbars=yes, height=490, width=700");
}


////--------contact us

function GoToContactUs()
{
pWindow=window.open("../contact/contactindex.asp", "Contact Us","toolbar=yes, status=no, resizable=yes, height=550, width=700, scrollbars=yes" )
}


////--------FAQ

function GoToFAQ()
{
	var w = 640
	var h = 480
	if (screen) {
		h = screen.availHeight
		w = screen.availWidth
		}
	var leftpos = (w -700)/2, toppos = (h - 490)/2;

	window.open("../Faq/FAQindex.asp", "Frequently Asked Questions", "toolbar=yes, status=no, resizable=yes, width=700, height=490, top=" + toppos + ", left=" + leftpos + ", screenx="+ leftpos + ", screeny=" + toppos + ", scrollbars=yes");
}
