if (window.location.protocol != 'https:') {
	if (window.location.toString().indexOf('wip')<0) {
		a = window.location.href.replace('www.','');
		window.location.href = a.replace('http:','https:');
	}
}
function openpopup() {
	if (document.frmbt.step.value != "5") {
		var i=window.open('exitpopup.asp','email','width=400,height=420,left=100,top=200,scrollbars=no,resizable=no');
		if(!i) {
			alert("Your browser Popup Blocker is on, Please turn off to open the popup window.")
		}
	}
}
function popup(url,name,prop){
	Hwnd = window.open(url,name,prop);
	Hwnd.window.focus();
}
function closeWindow() {
	window.open('','_parent','');
	window.close();
}
