<!-- Begin
var hide_status		= "no"		// HIDE LINK STATUS FOR ENTIRE WEBSITE
var status_text 	= "Welcome"	// TEXT IN THE STATUS BAR
// MOUSEOVER STATUS

   if (hide_status == "yes") {

function hidestatus(){
window.status=status_text
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

}



function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=750,height=375,left = 150,top = 75');");
}



function popUpInfo(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=730,height=370,left = 150,top = 100');");
}


function passData(data) {
    windowHandle = window.open('order.htm' + '?' + data,'windowName','scrollbars=1,resizable=no,width=630,height=570');
}



// End -->

<!-- Begin POP-UP SIZES AND OPTIONS CODE


function popcontact(URL) {
var popup_width = 300
var popup_height = 200
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}


//  End -->

function openwindeluser(id){		window.open("user_delete.asp?id="+id,"","height=200,width=300,left=250,top=200,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
}



function openwindel(id){		window.open("delete.asp?id="+id,"","height=200,width=300,left=250,top=200,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
}

function openwin(id){		window.open("viewarticle.asp?id="+id,"","height=313,width=377,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}

function openwindown(id){		window.open("download/viewarticle.asp?id="+id,"","height=313,width=377,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}

function openart(id){		window.open("viewarticle.asp?id="+id,"","height=510,width=670,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}

function openartidx(id){		window.open("article/viewarticle.asp?id="+id,"","height=510,width=670,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}

function opennews(id){		window.open("../article/viewarticle.asp?id="+id,"","height=510,width=670,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}

<!-- AlignCener Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+1+',resizable=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

<!-- AlignCener Begin
function NewWindowREG(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+0+',resizable=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->
