function OpenthisjqmWindowp(){
	$(document).ready(function(){
		$(".jqmWindow").jqm().jqmShow();
	});
	JqmCloseRload('PasswordForhotten','password_forgotten.html');
}
function ClosethisjqmWindowp(){
	$(document).ready(function(){
		$(".jqmWindowp").jqm().jqmHide();
	});
}
function closethisjqmWindow(){
	$(document).ready(function(){
		$(".jqmWindow").jqm().jqmHide();
	});
	JqmCloseRload('PasswordForhotten','password_forgotten.html');
}
function JqmCloseRload(IDid,LinkStr){
//		document.getElementById(IDid).src="password_forgotten.html";
	document.getElementById(IDid).src=LinkStr;
}
function LinkjqmWindowp(LinkCtr){
	document.getElementById('LoginShopping').src="login_iframe_shopping.html?nextpage="+LinkCtr;
}

function RemoveFormatString(TargetElement, FormatString) {
	  if (TargetElement.value == FormatString) {
		TargetElement.value = "";
	  }
}
