function GoFormSelect_QuickLaunch()
{

if(document.getElementById('SelectQuickLaunch').value != " ")
{
location=document.getElementById('SelectQuickLaunch').value
}

}

function GoFormSelect_ClosestLocation()
{

if(document.getElementById('SelectClosestLocation').value != " ")
{
location=document.getElementById('SelectClosestLocation').value
}

}


function wibFormPopup(wibFormType)
{
	window.open("wibForm.asp?id="+ wibFormType,"_blank","toolbar=yes, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=500, height=300");
}