
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 = ""
}
