function set_Domain()
	{	
	
var url = "http://www.nohold.net/noHoldCust18/Prod_4/KnowledgePortal/KPScripts/frames.asp";
	
var product = window.document.vsform.alt1;
	
var category = product.options[product.selectedIndex].value;

	
if (category == "CRT and LCD Monitors") {

	  	url = "http://www.nohold.net/noHoldCust18/Prod_1/KnowledgePortal/KPScripts/frames.asp"; }

else if (category == "LCDTV" ) {

                        url = "http://www.nohold.net/noHoldCust18/Prod_5/KnowledgePortal/KPScripts/frames.asp"; }


else if (category == "Plasmas and Projectors" ) {

		url = "http://www.nohold.net/noHoldCust18/Prod_2/KnowledgePortal/KPScripts/frames.asp"; }

	
else if (category == "Mobility") {

		url = "http://www.nohold.net/noHoldCust18/Prod_3/KnowledgePortal/KPScripts/frames.asp"; }

	
else if (category == "Digital Media Center") {

		url = "http://www.nohold.net/noHoldCust18/Prod_4/KnowledgePortal/KPScripts/frames.asp"; }

	
else if (category == "HDTV") {

		url = "http://www.nohold.net/noHoldCust18/Prod_2/KnowledgePortal/KPScripts/frames.asp"; }

	
else if (category == "Video Processor") {

		url = "http://www.nohold.net/noHoldCust18/Prod_2/KnowledgePortal/KPScripts/frames.asp"; }
 
	
else if (category == "Accessories") {

		url = "http://www.nohold.net/noHoldCust18/Prod_4/KnowledgePortal/KPScripts/frames.asp"; }
  
	
else {

		url = "http://www.nohold.net/noHoldCust18/Prod_4/KnowledgePortal/KPScripts/frames.asp"; }

	

window.document.vsform.action = url;
	
launchkp();
	
window.document.vsform.submit();
	
}

	
	