<!--startofsendthispagetoafriend-->
function openform(url) {
var url = url + "?url=" + document.location
var NS = (document.layers) ? true : false;
var IE = (document.all) ? true : false;
if(NS) {
window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=350,scree nX=220,screenY=0");
} else if(IE) {
window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=350,left= 220,top=0");
}
}
<!--endofsendthispagetoafriend-->

<!--startofprintthispage-->
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header
function printWindow(){
bV = parseInt(navigator.appVersion)
if (bV >= 4) window.print()
}
<!--endofprintthispage-->

<!--startoflinktothispage-->
function gencode()
{
document.a.txtcode.value = '<a href="'+window.location.href+'">'+document.title+'</a>';
}
<!--endoflinktothispage-->

<!--startofrelatedtopicsdropdown-->
function hwsopen(){
window.open("http://webapps.urac.org/healthwebsiteaccreditation/default.asp?id=878843645","plain","width=600","height=540");
}
function edopen(){
window.open("http://www.adam.com/urac/edrev.htm","plain","width=600,height=540,scrollbars=yes");
}
function goDisease(){
location=document.disease.disease1.options[document.disease.disease1.selectedIndex].value;
}
function jumpDisease(){
ob=document.disease.disease1;window.open(ob.options[ob.selectedIndex].value)
}
function goTest(){
location=document.test.test1.options[document.test.test1.selectedIndex].value;
}
function jumpTest(){
ob=document.test.test1;window.open(ob.options[ob.selectedIndex].value)
}
function goSurgery(){
location=document.surgery.surgery1.options[document.surgery.surgery1.selectedIndex].value;
}
function jumpSurgery(){
ob=document.surgery.surgery1;window.open(ob.options[ob.selectedIndex].value)
}
function goOther(){
location=document.other.other1.options[document.other.other1.selectedIndex].value;
}
function jumpOther(){
ob=document.other.other1;window.open(ob.options[ob.selectedIndex].value)
}
function goQuick(){
location=document.quick.quick1.options[document.quick.quick1.selectedIndex].value;
}
<!--endofrelatedtopicsdropdown-->

function show()
{
document.all.keyword.value=document.all.articlename.innerText;
document.all.search.value=document.all.articlename.innerText;
document.all.query.value=document.all.articlename.innerText;
}

function change(val)
{
	myString = new String(val)
	rExp ="#";
	newString = new String ("http://www.devguru.com")
	results = myString.replace(rExp,"");
	return results;
}
