
/*added for seach purpose.*/
function searchkw()
{
document.searchform.action = "search_result.php";
document.searchform.submit();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function jumptoattention(newURL,newName,newFeatures) {
	var remote = open(newURL,newName,newFeatures);
}

function noSpam(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

function windowMaddness(){

if(document.layers || document.all){
	var wide = screen.availWidth - 10;
	}
else{
	var wide = screen.availWidth - 5;
	}

	var high = screen.availHeight;


promoWin = jumptoattention('active_essay.html','promo','width='+wide+',height='+high+',top=0,screenx=0,left=0 screeny=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');

}

