// JavaScript Document
function Set_Value(page_id1,frm)
{
		//alert(page_id1);
		//if(page_id1=='23')
			//document.title='ff';
		with(frm)
		{ 
			//alert("gg");
			page_id.value=page_id1;
			//document.frmweek.action="http://localhost/hotelsunny/index.php?page_id="+page_id;
			//action="http://localhost/sunny/index.php";
			action="http://sunny-travel.org/index.php";
			submit();
		}
	
}



function Set_Lang_Value(srclng,frm)
{
	//{filename}?src-lng=es&hotelid=c9f0f895fb98ab9159f51fd0297e236d&page_id={page_id}
	with(frm)
		{ 
			
			//page_id.value=23;
			src_lng.value=srclng;
			//alert("gg" + srclng);
			//hotelid.value=hotelid;
			submit();
		}
}
