
function popup(thePage,wi,ht,scroll) {
	var scroll = "YES"
			var popdial = ""
	if (scroll == 0) { scroll = "NO" }
	if (wi == '') { wi = 800 }
	if (ht == '') { ht = 850 }
	eval('desktop = window.open(thePage,"subWindow","width=' + wi + ',height=' + ht + ',toolbar=no,location=no,status=no,menubar=no,scrollbars=' + scroll + ',resizable=yes");')
}


function empty1(){
	document.forms.newEmail.email.value = ""
}




function newPopup(url) {
	popupWindow = window.open(url,'popUpWindow','height=700,width=800,CENTER=10,top=10,resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');
}


