	function search_key(SEARCH_STRING, loc)
   {  

		//var loc="${locale}";                         
		if(loc=="fr_CA")
		{
			if(SEARCH_STRING.search("Inscrire mots") && SEARCH_STRING!="")

			{
				document.getElementById("SEARCH_STRING_NEW").value=SEARCH_STRING;
				//Author: Sendhil; Task: LC Search Fix; Date: May:02
				 document.KeyWordSearch.action = "/fr/control/keywordsearch?q="+SEARCH_STRING;  
				//Author: Sendhil; Task: LC Search Fix; Date: May:02
				document.KeyWordSearch.submit();

			}

		}
		else

		{

			if(SEARCH_STRING!="Enter keywords or brand #" && SEARCH_STRING!="")

			{
				document.getElementById("SEARCH_STRING_NEW").value=SEARCH_STRING;
				//Author: Sendhil; Task: LC Search Fix; Date: May:02
				document.KeyWordSearch.action = "/ecommerce/control/keywordsearch?q="+SEARCH_STRING;  				
				//Author: Sendhil; Task: LC Search Fix; Date: May:02
				document.KeyWordSearch.submit();

			}

		}
	}	
	
	
	
		

function changecolorup(val)
{
document.getElementById(val).style.backgroundImage='url(/extImages/css/mouse_over.jpg)';
document.getElementById(val).style.color="#003C7B";
}

function changecolordown(val)
{
document.getElementById(val).style.backgroundImage='url(/extImages/css/normal.jpg)';
}

function changecolordown_sel(val)
{
	document.getElementById(val).style.backgroundImage='url(/extImages/css/selected.jpg)';
}


function callPopup()
{
wind=window.open("<@ofbizUrl>/landingPopUp</@ofbizUrl>","","location=no,scrollbars,width=600,height=400");
wind.moveTo(0,0);
}




function openFull(p,n) {

                var r=null;

                //r = window.open(p,n,'width='+screen.width+',height='+screen.height+',top='+0+',left='+0+','+'scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=yes,dependent=no');
			r=window.open(p,n,"location=no,scrollbars,width=820,height=800");
			r.moveTo(350,320);
                if(r!=null && window.focus) r.window.focus();

}




