//ウォッチリストへ登録
	var ccd = 1;
	function addWatch(room_code,item_code){
		var qstr = "&room_code=" + room_code + "&item_code=" + item_code;
		sendRequest(alert_string,qstr,'GET','../admin/customer/addwatch.php',true,true);
	}
	function alert_string(oj){
		alert(oj.responseText);
//			window.open("../admin/customer/view.php?CD=6","main");
	}

