// JavaScript Document
 
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

function addtovalues(order)
{
var strall;
var sendtype;
// Check for input in both the month and year fields
	  sendtype = "";
	  strall = "";
	  sendtype = order.type.value;
	  strall = "category : "+order.category.value+"<br>\n Hotel : "+order.hotel.value+"<br>\n Room Type :"+order.roomtype.value +"<br>\n   Arrival Date: "+order.chmonth.value +" / "+order.chday.value+" / "+order.chyear.value+"<br>\n No. of Nights : "+order.numbernights.value+"<br>\n No. of Rooms : "+order.numberroom.value+"<br>\n Adults : "+order.adults.value+"<br>\n Children : "+order.children.value+"<br>\n Smoking: "+order.smoking.value ;
 	AddToCart(sendtype,strall);
}

function addtovalues_1(order)

{

var strall;

var sendtype;



// Check for input in both the month and year fields

	  sendtype = "";


	  strall = "";

	  sendtype = order.type.value;

	  strall = "category : "+order.category.value+"<br>\n Hotel : "+order.hotel.value+"<br>\n Address: "+order.address.value+"<br>\n Arrival Date: "+order.chmonth.value +" / "+order.chday.value+" / "+order.chyear.value+"<br>\n No. of Nights : "+order.numbernights.value+"<br>\n No. of Rooms : "+order.numberroom.value+"<br>\n Adults : "+order.adults.value+"<br>\n Children : "+order.children.value+"<br>\n Smoking: "+order.smoking.value ;

 	AddToCart(sendtype,strall);





}

function addtovalues_2(order)

{

var strall;

var sendtype;

// Check for input in both the month and year fields

	  sendtype = "";

	  strall = "";

	  sendtype = order.type.value;

	  strall = "category : "+order.category.value+"<br>\n Hotel : "+order.hotel.value+"<br>\n Address: "+order.address.value+"<br>\n Arrival Date: "+order.chmonth.value +" / "+order.chday.value+" / "+order.chyear.value+"<br>\n No. of Nights : "+order.numbernights.value+"<br>\n No. of Rooms : "+order.numberroom.value+"<br>\n Adults : "+order.adults.value+"<br>\n Children : "+order.children.value ;

 	AddToCart(sendtype,strall);
}

function MM_callJS(jsStr) { //v2.0

  return eval(jsStr)



}

