 // TV Global ¸Þ´º Ãâ·Â	
function PrintTop() { 
document.writeln("				<tr>");
document.writeln("					<td height=56 valign=top><a href=javascript:GoMenu('home')><img src=/images/perfecthosts_logo.gif  border=0></a></td>");
document.writeln("					<td align='right'  valign='bottom'>");
document.writeln("					<a href=javascript:GoMenu('perfecthosts')><img src='/images/gnavi_corporate.gif' width='95' height='10' alt='' border='0'></a>");
document.writeln("					<a href=javascript:GoMenu('sitemap')><img src='/images/gnavi_sitemap.gif' width='58' height='10' alt='' border='0'></a>");
document.writeln("					</td>");
document.writeln("				</tr>");
}
 // ÇÏ´Ü ¸Þ´º Ãâ·Â	
function PrintBottom() { 
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#999999'>");
document.writeln("	<tr valign='top' bgcolor='#999999'>");
document.writeln("		<td>");
document.writeln("			<table border='0' cellpadding='0' cellspacing='0'>");
document.writeln("				<tr valign='bottom'>");
document.writeln("					<td rowspan='5' width='7'>&nbsp;</td>");
document.writeln("					<td height='18' class='copyright2'>&nbsp;</td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td height='16' class='tk-white'>");
document.writeln("					<b><a href=javascript:GoMenu('home')>Home</a>  l  <a href=javascript:GoMenu('news')>News</a>  l  <a href=javascript:GoMenu('support')>Support</a>  l  <a href=javascript:GoMenu('product')>Products</a>  l  ");
document.writeln("					<a href=javascript:GoMenu('purchase')>Purchase</a>  l  <a href=javascript:GoMenu('terms')>Terms and Conditions</a>  l    <a href=javascript:GoMenu('about')>About PerfectHosts</a>  l  ");
document.writeln("					<a href=javascript:GoMenu('contact')>Contact Us</a>  l  <a href=javascript:GoMenu('sitemap')>Site Map</a></b>");
document.writeln("					</td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td bgcolor='#BABABA' height='1'></td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td class='copyright2'  height='30'>Copyright © 2001-2004 . All rights reserved.<br></td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td><a href='http://www.bymistake.com'><div align='left'><img src='/furniture/ByMistake.gif' align=absMiddle border=0></div></td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td height='10'></td>");
document.writeln("				</tr>");
document.writeln("			</table>");
document.writeln("		</td>");
document.writeln("	</tr>");
document.writeln("</table>");
}
 // Go Global Product  & Download 
//Mpeg Encoders
function Srch_prod() { 
document.writeln("				<form><tr bgcolor='#CECECE'>");
document.writeln("					<td height='60'><img src='/images/common/go_prod.gif' width='113' height='13' alt='' border='0' hspace='10' vspace='7'><br>");
document.writeln("					&nbsp;&nbsp;");
document.writeln("					<select  name='cmbSel'  onchange='go_link(this.form)' style='width:150'>");
document.writeln("						<option value='#top'>Select Product</option>");
document.writeln("						<option value='javascript:GoMenu('domains')'>Domains</option>");
document.writeln("						<option value='javascript:GoMenu('hosting')'>Hosting</option>");
document.writeln("						<option value='javascript:GoMenu('personalspace')'>Personal Space</option>");
document.writeln("  						<option value='javascript:GoMenu('support')'>Support</option>");
document.writeln("  						<option value='javascript:GoMenu('webmail')'>Web Mail</option>");
document.writeln("					</select>");
document.writeln("					</td>");
document.writeln("				</tr>");
document.writeln("				<tr>");
document.writeln("					<td height='1' bgcolor='#ABABAB'><img src='/images/common/space.gif' width='1' height='1' alt='' border='0'></td>");
document.writeln("				</tr></form>");
}

function Download() { 
document.writeln("				<form><tr bgcolor='#F2F2F2'>");
document.writeln("					<td height='60'><b>&nbsp;&nbsp; &nbsp;Free Tools :</b><br>");
document.writeln("					&nbsp;&nbsp;");
document.writeln("					<select  name='cmbSel'  onchange='go_link(this.form)' style='width:150'>");
document.writeln("						<option value='#top'>Select</option>");
document.writeln("						<option value='javascript:GoMenu('hitcounter')'>Hit Counter</option>");
document.writeln("						<option value='javascript:GoMenu('links')'>Links</option>");
document.writeln("						<option value='javascript:GoMenu('mailinglist')'>Mailing List</option>");
document.writeln("						<option value='javascript:GoMenu('myinfo')'>My Info</option>");
document.writeln("						<option value='javascript:GoMenu('whois')'>Whois</option>");
document.writeln("					</select>");
document.writeln("					</td>");
document.writeln("				</tr></form>");
}

//banner 
function banner_onsales() {
document.writeln("				<tr bgcolor='#E6E6E6' align='center'>");
document.writeln("					<td height='50'><a href='comingsoon.php' target='other'><img src='/images/common/banner_onsales.gif' width='170' height='40' alt='' border='0'></a></td>");
document.writeln("				</tr>");
}
function banner_show() {
document.writeln("				<tr bgcolor='#E6E6E6' align='center'>");
document.writeln("					<td height='50'><a href='comingsoon.php'><img src='/images/common/banner_show.gif' width='170' height='40' alt='' border='0'></a></td>");
document.writeln("				</tr>");
}

//popup
function popup(url,w,h) {
	l = (screen.width) ?	(screen.width-550) / 2	: 0;
	t = (screen.height) ?	(screen.height-400) / 2 : 0;	
	var opt='top='+t+',left='+l+',width='+w+',height='+h;
	opt=opt+',toolbar=no,status=no,directories=no,scrollbars=yes,location=no,resizable=no,menubar=no';
	window.open(url,'Content',opt);
}


function go_link(form) {
		    var myindex=form.cmbSel.selectedIndex
		  //  if (form.cmbSel.options[myindex].value != null) {
					document.location.href = form.cmbSel.options[myindex].value;
		   // }
}

