function openURL(url)
{
	window.location.href=url;
}
function goster(obj){
	document.getElementsByTagName(obj).style.height=200+"px";
}

