// JavaScript Document
function op(ur){
	alert('a');
var winpops=window.open(ur,"","width=700,height=500,toolbar,location,status,scrollbars,menubar,resizable")
winpops.blur()
window.focus()
}

function showsearching()
{
	document.getElementById("content").style.display = "none";
	document.getElementById("loadingmessage").style.display = "block";
	document.location = "#pagetop"; 
}