var keytype = parseInt(getdom('frmsearch').elements['keytype'].value);
if(keytype != -1) {
	//setTimeout("hideUnusedItems()",1000);
}

function submitMain() {
	getdom('frmsearch').submit();
}
function setSubmit() {
	if(getdom('frmsearch').elements['keyval'].value<0 && getdom('frmsearch').elements['fcompany'].value.replace(/(\s)*/,'').length<=0) {
		alert(errMsg[5]);
		window.scrollTo(0,0);
		return false;
	}
	getdom('mline0').style.display='none';
	getdom('adv_div').style.display='block';
	//getdom('adv_div_promo').innerHTML = '<iframe src="http://action.metaffiliation.com/emplacement.php?emp=11841If1fb90b539131910" width="250" height="250" scrolling="no" frameborder="0"></iframe>';
	//getdom('advcola').innerHTML='<iframe src="http://action.metaffiliation.com/emplacement.php?emp=11840Ie803c6adedb52fcf" width="120" height="600" scrolling="no" frameborder="0"></iframe>';
	window.scrollTo(0,0);
	getdom('menuline').style.display='none';
	getdom('skp').disabled=true;
	getFields('filtersto','frmsearch');
	getdom('adv_div_btn').focus();
	return false;
}

function show_extended(tval) {
	var extwin=window.open('./synonyms.php?action=pshow_extended&ktype='+tval,'extwin','status=no,menubar=no,scrollbars=no,resizable=no,height=400,width=600,left=100,top=150');
	extwin.focus();
}

