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