// JavaScript Document

function calsubmit(url)
 {
	//alert("URL"+url);
	document.cityhotelfrm.action = url;
	//alert(document.cityhotelfrm.action);
	document.cityhotelfrm.submit();
 }

function getbigimage(url)
 {
	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350,screenX=150,screenY=150,top=100,left=150');
 }
