<!--
	layerRef = ""
	styleRef = ""
	oldLayer = ""
	
	if (navigator.appName == "Netscape"){
		layerRef = ".layers"
		styleRef = ""
		}
	else { //must be IE
		layerRef = ".all"
		styleRef = ".style"
		}
		
//function shownew (Lname){
//	eval( "document" + layerRef + "['" + Lname + "']" + styleRef + ".visibility = 'visible'");
//	//alert (Lname)
//	}

function shownew(Lname, strLevel){
	var options = "toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,width=250,height=200,titlebar=0,screenX=219,screenY=20"; 
	window.open (strLevel + "Forms/includes/specialties.asp", "_blank", options)
	//window.open("includes/specialties.asp")
	//alert ("hello")
	}
	
function addSpecialty(strValue){
	document.form1.InMsgSpecialty.value = strValue
	}

//function closeSpecialities(Lname, strVal){
//	if (strVal != "" ){
//		document.form1.InMsgSpecialty.value = strVal
//		}
//	eval( "document" + layerRef + "['" + Lname + "']" + styleRef + ".visibility = 'hidden'");
//	}
//-->
