if (top.location != location) {
	top.location.href = document.location.href;
}
function showhide(divid, state){
document.getElementById(divid).style.display=state
}