<!--

// Style Sheets
browser_type = navigator.appName; 
if (browser_type == "Microsoft Internet Explorer" && (navigator.appVersion.indexOf("MSIE 6.")!=-1)) {
	document.write("<link REL='stylesheet' HREF='../themes/normal_ie6.css' TYPE='text/css'>");
} else {
	document.write("<link REL='stylesheet' HREF='../themes/normal.css' TYPE='text/css'>");
} 

document.write("<link REL='stylesheet' HREF='../themes/static.css' TYPE='text/css'>");

function showPage(pageName) {
        window.open(pageName, "new", "width=700,height=400,resizable,menubar,scrollbars");
}
function showFormPage(pageName) {
        window.open(pageName, "new", "width=550,height=400,resizable,scrollbars");
}
function showPageFace(pageName) {
        window.open(pageName, "new", "width=261,height=289");
}
function showPageImplants(pageName) {
        window.open(pageName, "new", "width=280,height=300");
}
function showPage1(pageName) {
        window.open(pageName, "new", "width=340,height=400,resizable,menubar,scrollbars");
}
function load(form, win) {
win.location.href = form.menu.options[form.menu.selectedIndex].value
}
// -->
