// JavaScript Document

function f_get_city(p,c){
	if(p=='0'){
		JQ('#div_register_city').phpl();
	}else{
		var url = '/ajax/f_get_city.php?p='+p+"&c="+c;
		JQ('#div_register_city').load(url);
	}
}
function f_get_ads(place)
{
	if(JQ("#"+place)== undefined ){
		return false;
	}
	var url = "/ajax/f_get_ads.php?place="+place;
	JQ("#"+place).load(url);
}
function refreshCc() {
	JQ("#authimg").attr("src","/misc/session_img.php");
}
function f_save_order(roomId) {
	document.saveorder.order_room_id.value = roomId;
	document.saveorder.order_room_Price.value = document.getElementById("order_room_Price_"+roomId).value;
	//document.saveorder.disabledPaymentModes.value = document.getElementById("disabledPaymentModes_"+roomId).value;
	document.saveorder.submit();
}
function yuding(subject,types){
	str=window.showModalDialog("yuding.php?subject="+subject+"&types="+types,window,"dialogWidth=500px;dialogHeight=400px;status=no");
	if(str){
		alert(str);
		}
	
}