// function called when drop down list is activated
	function navigateToWestPage () {
	var index = document.myForm.dropDownList.selectedIndex;
	userOption = document.myForm.dropDownList.options[index].value;
	// capture user choice and change the page
	switch (userOption) {
		case '0':
			top.location.href = '/lowes/default.asp';
			break;
        case '1':
			document.location.href = '/lowes/pella.asp';
			break;
		case '2':
			document.location.href = '/lowes/PLdoublehung.asp';
			break;
		case '3':
			document.location.href = '/lowes/PLcasement.asp';
			break;
		case '4':
			document.location.href = '/lowes/PLawning.asp';
			break;
		case '5':
			document.location.href = '/lowes/PLspecial.asp';
			break;
		case '6':
			document.location.href = '/lowes/PLskylight.asp';
			break;
		case '7':
			document.location.href = '/lowes/PLslidingpatio.asp';
			break;
		case '8':
			document.location.href = '/lowes/PLhingedpatio.asp';
			break;
        case '9':
			document.location.href = '/lowes/PLentrydoors.asp';
			break;
        case '10':
			document.location.href = '/lowes/PLstormdoors.asp';
			break;
		case '11':
			document.location.href = '/lowes/thermastar.asp';
			break;
		case '12':
			document.location.href = '/lowes/TSsinglehung.asp';
			break;
		case '14':
			document.location.href = '/lowes/TScasement.asp';
			break;;
		case '15':
			document.location.href = '/lowes/TSawning.asp';
			break;
		case '16':
			document.location.href = '/lowes/TSslidingwindow.asp';
			break;
		case '17':
			document.location.href = '/lowes/TSgarden.asp';
			break;
		case '18':
			document.location.href = '/lowes/TSspecial.asp';
			break;
		case '19':
			document.location.href = '/lowes/TSbowbay.asp';
			break;
		case '20':
			document.location.href = '/lowes/TSslidingpatio.asp';
			break;
			
			
		} // end switch
	
	} // end function

// function called when drop down list is activated
	function navigateToEastPage () {
	var index = document.myForm.dropDownList.selectedIndex;
	userOption = document.myForm.dropDownList.options[index].value;
	// capture user choice and change the page
	switch (userOption) {
		case '0':
			top.location.href = '/lowes/default.asp';
			break;
        case '1':
			document.location.href = '/lowes/pella.asp';
			break;
		case '2':
			document.location.href = '/lowes/PLdoublehung.asp';
			break;
		case '3':
			document.location.href = '/lowes/PLcasement.asp';
			break;
		case '4':
			document.location.href = '/lowes/PLawning.asp';
			break;
		case '5':
			document.location.href = '/lowes/PLspecial.asp';
			break;
		case '6':
			document.location.href = '/lowes/PLskylight.asp';
			break;
		case '7':
			document.location.href = '/lowes/PLslidingpatio.asp';
			break;
		case '8':
			document.location.href = '/lowes/PLhingedpatio.asp';
			break;
        case '9':
			document.location.href = '/lowes/PLentrydoors.asp';
			break;
        case '10':
			document.location.href = '/lowes/PLstormdoors.asp';
			break;
		case '11':
			document.location.href = '/lowes/thermastar.asp';
			break;
		case '12':
			document.location.href = '/lowes/TSsinglehung.asp';
			break;
		case '13':
			document.location.href = '/lowes/TSdoublehung.asp';
			break;
		case '14':
			document.location.href = '/lowes/TScasement.asp';
			break;;
		case '15':
			document.location.href = '/lowes/TSawning.asp';
			break;
		case '16':
			document.location.href = '/lowes/TSslidingwindow.asp';
			break;
		case '18':
			document.location.href = '/lowes/TSspecial.asp';
			break;
		case '19':
			document.location.href = '/lowes/TSbowbay.asp';
			break;
		case '20':
			document.location.href = '/lowes/TSslidingpatio.asp';
			break;
			
		} // end switch
	
	} // end function
	
	function launchConfigurator () {
//PVB 6/30/10 9:10AM		//window.open('http://www.pella.com/lowesconfigurator/start.asp','configurator','height=750,width=900,resizable=yes,scrollbars=no,toolbar=yes');
window.open('http://www.pellaatlowes.com/lowesconfigurator/start.asp','configurator','height=750,width=900,resizable=yes,scrollbars=no,toolbar=yes');
	}
	
	function openUniquePopUpWindow( strPopUpURL, strName, intHeight, intWidth ) {
		var strFeatures = "height=" + intHeight + ", width=" + intWidth + ", left=200, screenX=200, top=100, screenY=100, scrollbars=auto, location=no, menubar=no, resizable=yes, status=no, toolbar=no";
		window.open( strPopUpURL, strName, strFeatures);
	}