function hostwayPop() {
	window.open('http://www.hostway.com/smb/index.html','','menubar=yes, resizable = yes, status=yes, location, scrollbars=yes, width=900, height=750');
}

function pop(page, name) {
	specs = "toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes,width=900,height=750";
	z = window.open(page, name, specs);
	z.focus();
}

function handPop(page, w, h, name) {
	specs = "toolbar=no,location=yno,directories=no,status=no,scrollbars=no,resizable=no,width="+w+",height="+h+",menubar=no";
	z = window.open(page, name, specs);
	z.focus();
}

function fembed(movie, width, height, quality, bgcolor) {
	document.write("<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=" + width + " height=" + height + "><param name=allowScriptAccess value=sameDomain><param name=movie value=" + movie + "><param name=quality value=" + quality + "><param name=bgcolor value=" + bgcolor + "><embed src=" + movie + " quality=" + quality + " bgcolor=" + bgcolor + " width=" + width + " height=" + height + " allowScriptAccess=sameDomain type=application/x-shockwave-flash></object><br>");
}

var flash7 = false;
var flash8 = false;
var flash9 = false;
var flash10 = false;
var flash11 = false;
if (((navigator.appName == "Netscape") && (parseFloat(navigator.appVersion) >= 4) && navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)) {
	if (navigator.plugins['Shockwave Flash'].description.indexOf("7.") != -1) flash7 = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("8.") != -1) flash8 = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("9.") != -1) flash9 = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("10.") != -1) flash10 = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("11.") != -1) flash11 = true;
}
else if ( (navigator.userAgent) && (navigator.userAgent.indexOf("MSIE") >= 0) && (navigator.appVersion.toLowerCase().indexOf("win") != -1) ) {
	document.write('<script language=VBScript>');
	document.write('on error resume next \n');
	document.write('flash7 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.7"))) \n');
	document.write('flash8 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8"))) \n');
	document.write('flash9 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.9"))) \n');
	document.write('flash10 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.10"))) \n');
	document.write('flash11 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.11"))) \n');
	document.write('<\/script>');
}

