// JavaScript Document

function setTarget(frm,x) {
	var url = new Array();
	url[1]  = "index.php?module=products&page=searchresults&kw="+frm.q.value;
	url[2]  = "http://www.homy.com.sa/saudi-electronics-googlesearch.html";

	frm.action = url[x];
	
	/*alert(frm.action);*/
}