
var ie_compat = (document.all)?true:false

var params = "toolbar=0,location=0,directoties=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=150";



function check_fill() {

var i = document.keyword_search;
var s;

if ( i.text.value == '' ) { 
	alert ('Please enter Keyword or Part #');
	return void(0); 
	}
else
	{
	s = js_path+"search.cgi///" + i.text.value + "//";
	window.location = s;
	}

}



function OW(theURL,winName,features) {

features = features+",left="+(screen.availWidth/2-150)+",top="+(screen.availHeight/2-75);
var w=window.open(theURL,winName,features);
w.focus();
}



function showLoginWin(islogin, rp)
{
	var f = document.forms['orderform2'];
	if (document.getElementById && f) {
		document.getElementById('login-form').style.display = 'block';
		document.getElementById('login-form').style.top = '100px';
		return false;
	}
	return true;
}


function hideLogin()
{
	document.getElementById('login-form').style.display = 'none';
	return false;
}
