
function openPopup( url , name , xs, ys ){
	    window.open(url ,name,'location=no, directories=no,resizable=no, status=no, toolbar=no, menubar=no, width='+xs+' , height='+ys+', scrollbars=no')
} 

function openWIN( url , name , xs, ys ){
	window.open(url ,name,'location=no, directories=no,resizable=no, status=no, toolbar=no, menubar=no, width='+xs+' , height='+ys+', scrollbars=yes'); 
}

function AreYouOK(ms)
 {
  return confirm(ms)
 }

function InsteadPic_Menu(Pid,Purl)
{
	Pid.src=Purl;
}

function ShowDiv(divName)
{
	document.all(divName).style.visibility='visible';
}
function HideDiv(divName)
{
	document.all(divName).style.visibility='hidden';
}



// 页面顶部  DirID(0.根目录，1.二级目录)
function Show_Head(MID){

	//var Dirchr = "";
	//if (DirID == 1) { Dirchr = "../" ; }
	//else { Dirchr = "" ; }

	var i;
	var MMM = new Array()

	for (i=1; i<7; i++)
	{
	if (MID == i) { MMM[i] = "_on" ;}
	else { MMM[i] = "" ;}
	}


document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"32%\"><img src=\"images/title1.gif\" width=\"248\" height=\"80\"></td>");
document.writeln("    <td width=\"68%\" align=\"right\"><img src=\"images/top_pic1.gif\" width=\"425\" height=\"80\"></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"25\" bgcolor=\"#003399\">");
document.writeln("    <table width=\"480\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\"><tr align=\"center\">");
document.writeln("        <a href=\"index.htm\"><td width=\"120\" onMouseOver=\"this.style.backgroundColor='#0043CE';\" onMouseOut=\"this.style.backgroundColor='';\" style=\"CURSOR: hand\"><b><font color=\"#FFFFFF\">Home</font></b></td></a>");
document.writeln("        <a href=\"aboutus.htm\"><td width=\"120\" onMouseOver=\"this.style.backgroundColor='#0043CE'\" onMouseOut=\"this.style.backgroundColor=''\" style=\"CURSOR: hand\"><b><font color=\"#FFFFFF\">About Us</font></b></td></a>");
document.writeln("        <a href=\"news.htm\"><td width=\"120\" onMouseOver=\"this.style.backgroundColor='#0043CE'\" onMouseOut=\"this.style.backgroundColor=''\" style=\"CURSOR: hand\"><b><font color=\"#FFFFFF\">News</font></b></td></a>");
document.writeln("		  <a href=\"contact.htm\"><td width=\"120\" onMouseOver=\"this.style.backgroundColor='#0043CE'\" onMouseOut=\"this.style.backgroundColor=''\" style=\"CURSOR: hand\"><b><font color=\"#FFFFFF\">Contact Us</font></b></td></a>");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
//document.writeln("  <tr>");
//document.writeln("    <td height=\"25\" bgcolor=\"#3399FF\">");
//document.writeln("    <table border=\"0\" cellspacing=\"3\" cellpadding=\"0\">");
//document.writeln("      <tr align=\"center\">");
//document.writeln("        <td width=\"130\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('food_thermometer')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('food_thermometer')\" style=\"CURSOR: hand\"><a href=\"food_thermometer.htm\" class=\"a_menu\"><b>Food Thermometer</b></a></td>");
//document.writeln("        <td width=\"150\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('electronic_smart_mug')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('electronic_smart_mug')\" style=\"CURSOR: hand\"><a href=\"electronic_smart_mug.htm\" class=\"a_menu\"><b>Electronic Smart Mug </b></a></td>");
//document.writeln("        <td width=\"110\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('p_timer')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('p_timer')\" style=\"CURSOR: hand\"><a href=\"timer_calendar.htm\" class=\"a_menu\"><b>Timer & Calendar</b></a></td>");
//document.writeln("        <td width=\"260\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('p_Blue')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('p_Blue')\" style=\"CURSOR: hand\"><a href=\"wireless_handsfree.htm\" class=\"a_menu\"><b>Blue tooth & Wireless Handfree Car kits</b></a></td>");
//document.writeln("        <td width=\"90\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('p_telephone')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('p_telephone')\" style=\"CURSOR: hand\"><a href=\"photo_phone.htm\" class=\"a_menu\"><b>Telephone</b></a></td>");
//document.writeln("        <td width=\"140\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('p_multimedia')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('p_multimedia')\" style=\"CURSOR: hand\"><a href=\"multimedia_phone.htm\" class=\"a_menu\"><b>Multimedia Speaker</b></a></td>");
//document.writeln("        <td width=\"150\" onMouseOver=\"this.style.backgroundColor='#0043CE';ShowDiv('p_digital')\" onMouseOut=\"this.style.backgroundColor='';HideDiv('p_digital')\" style=\"CURSOR: hand\"><a href=\"digital_timer.htm\" class=\"a_menu\"><b>Digital timer & Clock</b></a></td>");
//document.writeln("      </tr>");
//document.writeln("    </table></td>");
//document.writeln("  </tr>");
document.writeln("</table>");
}

//二级菜单开始

// ============= food_thermometer ===========
document.writeln("<div id=\"food_thermometer\" style=\"position:absolute; left:20px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('food_thermometer')\" onMouseOut=\"HideDiv('food_thermometer')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-216.htm\" class=\"a_menu\">S-216</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-213.htm\" class=\"a_menu\">S-213</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-212.htm\" class=\"a_menu\">S-212</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-210.htm\" class=\"a_menu\">S-210</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-220.htm\" class=\"a_menu\">S-220</a></td>");
document.writeln("    </tr>");
//document.writeln("    <tr>");
//document.writeln("      <td align=\"center\"><a href=\"s-306.htm\" class=\"a_menu\">S-306</a></td>");
//document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"st-02.htm\" class=\"a_menu\">ST-02</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sp_b_1.htm\" class=\"a_menu\">SP-B-1</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sp_b_8.htm\" class=\"a_menu\">SP-B-8</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sp_e_3.htm\" class=\"a_menu\">SP-E-3</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");

// ============= Electronic Smart Mug  ===========
document.writeln("<div id=\"electronic_smart_mug\" style=\"position:absolute; left:150px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('electronic_smart_mug')\" onMouseOut=\"HideDiv('electronic_smart_mug')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"s-608.htm\" class=\"a_menu\">S-608</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");


// ============= Timer & Calendar ===========
document.writeln("<div id=\"p_timer\" style=\"position:absolute; left:260px; top:137px; width:185px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer')\" onMouseOut=\"HideDiv('p_timer')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_01')\" onMouseOut=\"HideDiv('p_timer_01')\">");
document.writeln("      <td width=\"99%\">&nbsp;<a href=\"cp_digital_timer_clock.htm\" class=\"a_menu\">Digital timer & Clock</a></td>");
document.writeln("      <td width=\"1%\"><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_02')\" onMouseOut=\"HideDiv('p_timer_02')\">");
document.writeln("      <td width=\"99%\">&nbsp;<a href=\"cp_calender.htm\" class=\"a_menu\">Calendar with Calcualtor</a></td>");
document.writeln("      <td width=\"1%\"><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_03')\" onMouseOut=\"HideDiv('p_timer_03')\">");
document.writeln("      <td>&nbsp;<a href=\"cp_calculator.htm\" class=\"a_menu\">Calculator</a></td>");
document.writeln("      <td><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_04')\" onMouseOut=\"HideDiv('p_timer_04')\">");
document.writeln("      <td>&nbsp;<a href=\"mousepad_with_calculator.htm\" class=\"a_menu\">Mousepad with calculator</a></td>");
document.writeln("      <td><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
      //Timer & Calendar 三级菜单
     // ============= Digital timer & Clock ===========
document.writeln("<div id=\"p_timer_01\" style=\"position:absolute; left:440px; top:137px; width:110px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_01')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_01')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_01_01')\" onMouseOut=\"HideDiv('p_timer_01_01')\">");
document.writeln("      <td width=\"99%\">&nbsp;<a href=\"cp_digital_timer.htm\" class=\"a_menu\">New products</a></td>");
document.writeln("      <td width=\"1%\"><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("    <tr onMouseMove=\"ShowDiv('p_timer_02_01')\" onMouseOut=\"HideDiv('p_timer_02_01')\">");
document.writeln("      <td width=\"99%\">&nbsp;<a href=\"cp_products.htm\" class=\"a_menu\">Products</a></td>");
document.writeln("      <td width=\"1%\"><font class=\"navPoint1\">4</font></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
                     //Digital timer & Clock 四级菜单
                     // ============= New products ===========
document.writeln("<div id=\"p_timer_01_01\" style=\"position:absolute; left:550px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_01');ShowDiv('p_timer_01_01')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_01');HideDiv('p_timer_01_01')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FFFFFF\">");
document.writeln("    <tr><td>");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sh-1018.htm\" class=\"a_menu\">SH-1018</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sh-1028.htm\" class=\"a_menu\">SH-1028</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sh-1038.htm\" class=\"a_menu\">SH-1038</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sh-1048.htm\" class=\"a_menu\">SH-1048</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sh-1048a.htm\" class=\"a_menu\">SH-1048A</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("    </td></tr>");
document.writeln("  </table>");
document.writeln("</div>");
					 // ============= Products ===========
document.writeln("<div id=\"p_timer_02_01\" style=\"position:absolute; left:550px; top:170px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_01');ShowDiv('p_timer_02_01')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_01');('p_timer_02_01')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FFFFFF\">");
document.writeln("    <tr><td>");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_2218.htm\" class=\"a_menu\">2218</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_2004.htm\" class=\"a_menu\">2004</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"gyl-8388.htm\" class=\"a_menu\">GYL-8388</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_timer_dl313.htm\" class=\"a_menu\">DL313</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_timer_04212.htm\" class=\"a_menu\">04212</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("    </td></tr>");
document.writeln("  </table>");
document.writeln("</div>");

	//===== Calendar with Calcualtor
document.writeln("<div id=\"p_timer_02\" style=\"position:absolute; left:440px; top:163px; width:90px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_02')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_02')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FFFFFF\">");
document.writeln("    <tr><td>");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_9908.htm\" class=\"a_menu\">9908</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_2018d.htm\" class=\"a_menu\">2018D</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_9002.htm\" class=\"a_menu\">9002</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_206a.htm\" class=\"a_menu\">206A</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_2099.htm\" class=\"a_menu\">2099</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_sht60.htm\" class=\"a_menu\">SHT-60</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_sht61.htm\" class=\"a_menu\">SHT-61</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_sh-2108.htm\" class=\"a_menu\">SH-2108</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_calender_sh-9880b.htm\" class=\"a_menu\">SH-9880B</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("    </td></tr>");
document.writeln("  </table>");
document.writeln("</div>");
	//===== Calculator
document.writeln("<div id=\"p_timer_03\" style=\"position:absolute; left:440px; top:189px; width:90px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_03')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_03')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FFFFFF\">");
document.writeln("    <tr><td>");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_808.htm\" class=\"a_menu\">808</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_ip-6601.htm\" class=\"a_menu\">IP-6601</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-848.htm\" class=\"a_menu\">SH-848</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-888.htm\" class=\"a_menu\">SH-888</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-803.htm\" class=\"a_menu\">SH-803</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-606.htm\" class=\"a_menu\">SH-606</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-131.htm\" class=\"a_menu\">SH-131</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cp_new_products_sh-868.htm\" class=\"a_menu\">SH-868</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("    </td></tr>");
document.writeln("  </table>");
document.writeln("</div>");
	//===== Mousepad with calculator
document.writeln("<div id=\"p_timer_04\" style=\"position:absolute; left:440px; top:215px; width:90px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_timer');ShowDiv('p_timer_04')\" onMouseOut=\"HideDiv('p_timer');HideDiv('p_timer_04')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FFFFFF\">");
document.writeln("    <tr><td>");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"calculator_lb-405.htm\" class=\"a_menu\">LB-405</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"calculator_lb-402.htm\" class=\"a_menu\">LB-402</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("    </td></tr>");
document.writeln("  </table>");
document.writeln("</div>");



// ============= Blue tooth & Wireless Handfree Car kits ===========
document.writeln("<div id=\"p_Blue\" style=\"position:absolute; left:480px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_Blue')\" onMouseOut=\"HideDiv('p_Blue')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cz-100.htm\" class=\"a_menu\">CZ-100</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"cz-100b.htm\" class=\"a_menu\">CZ-100B</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");

// ============= Telephone ===========
document.writeln("<div id=\"p_telephone\" style=\"position:absolute; left:665px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_telephone')\" onMouseOut=\"HideDiv('p_telephone')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"prn-2a.htm\" class=\"a_menu\">PRN-2A</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"prn-2b.htm\" class=\"a_menu\">PRN-2B</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"prn-2c.htm\" class=\"a_menu\">PRN-2C</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");

// ============= Multimedia Speaker ===========
document.writeln("<div id=\"p_multimedia\" style=\"position:absolute; left:775px; top:137px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_multimedia')\" onMouseOut=\"HideDiv('p_multimedia')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#0074E8\">");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"ts-128.htm\" class=\"a_menu\">TS-128</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sl-168.htm\" class=\"a_menu\">SL-168</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"sl-668.htm\" class=\"a_menu\">SL-668</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");

// 页面底部
function Show_Foot(){
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><hr size=\"1\" width=\"100%\" color=\"#CCCCCC\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td align=\"center\"> Copyright (c)2004 Phonemarket.com.hk , All Rights Reserved. </td>");
document.writeln("  </tr>");
document.writeln("</table>");
}

// 页面左部
function Show_Left(){

document.writeln("	<br>");
document.writeln("	<a href=\"http://stores.ebay.com/M2C-Sales-Online_W0QQsspagenameZMEQ3aFQ3aSTQQtZkm\"><img src=\"images/m2c_sales_on_line.gif\" width=\"150\" height=\"100\" border=\"0\"></a>");
document.writeln("	<br><br>");
document.writeln("    <table width=\"150\" border=\"0\" cellpadding=\"3\" cellspacing=\"2\" bgcolor=\"#C4E1FF\">");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('mobile_phone_charger_l')\" onMouseOut=\"HideDiv('mobile_phone_charger_l')\"><a href=\"mobile_phone_charger.htm\"><strong><font color=\"#FFFFFF\">Mobile Phone Charger</font></strong></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('p_calendarphone_1')\" onMouseOut=\"HideDiv('p_calendarphone_1')\"><a href=\"timer_calendar.htm\"><strong><font color=\"#FFFFFF\">Timer & Calendar</font></strong></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('food_thermometer_l')\" onMouseOut=\"HideDiv('food_thermometer_l')\"><a href=\"car_pda_holder.htm\"><strong><font color=\"#FFFFFF\">Car/PDA Holder</font></strong></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('sim_card_reader_l')\" onMouseOut=\"HideDiv('sim_card_reader_l')\"><a href=\"sim_card_reader.htm\"><strong><font color=\"#FFFFFF\">SIM Card Reader</font></strong></a></td>");
document.writeln("      </tr>");
//document.writeln("      <tr>");
//document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('p_thermometer_l')\" onMouseOut=\"HideDiv('p_thermometer_l')\"><a href=\"photo_phone.htm\"><strong><font color=\"#FFFFFF\">Telephone</font></strong></a></td>");
//document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('p_wireless_l')\" onMouseOut=\"HideDiv('p_wireless_l')\"><a href=\"multimedia_phone.htm\"><strong><font color=\"#FFFFFF\">Multimedia Speaker</font></strong></a></td>");
document.writeln("      </tr>");
document.writeln("        <td align=\"center\" bgcolor=\"#6699CC\" onMouseMove=\"ShowDiv('p_promotion_l')\" onMouseOut=\"HideDiv('p_promotion_l')\"><a href=\"#\"><strong><font color=\"#FFFFFF\">Promotion Item</font></strong></a></td>");
document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("    <br>");
document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><img src=\"images/icon_mail.gif\" align=\"absmiddle\"> <strong>E-MAIL TO US :</strong></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"Text7pt\"><a href=\"mailto:admin@phonemarket.com.hk\">admin@phonemarket.com.hk</a></td>");
document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("    <br>");
document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.rfproducts.com.cn\"><strong>RF & TV accessories and parts</strong></a></td>");
document.writeln("      </tr>");
//document.writeln("      <tr>");
//document.writeln("	<a href=\"http://www.rfproducts.com.cn\"><img src=\"images/rfp.jpg\" width=\"150\" height=\"23\" border=\"0\"></a>");
//document.writeln("      </tr>");
//document.writeln("      <tr>");
//document.writeln("	<a href=\"http://www.rfproducts.com.cn\"><img src=\"images/rfp1.jpg\" width=\"150\" height=\"108\" border=\"0\"></a>");
//document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- TV Tuner</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- TV Tunner card</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- RF modulator</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Power inverter</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Digital video stabilizer</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style27\"><strong>Find out more of us!</strong></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style13\">we are group of factories also providing many others high quality and technology electronic products like RF & TV accessories & parts ......</td>");
document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">");
//document.writeln("      <tr>");
//document.writeln("	<a href=\"http://www.rfproducts.com.cn\"><img src=\"images/rfp2.jpg\" width=\"150\" height=\"125\" border=\"0\"></a>");
//document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("	<br>");
document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.foodthermometer.com.cn\"><img src=\"images/food.jpg\" width=\"150\" height=\"22\" border=\"0\"></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.foodthermometer.com.cn\"><img src=\"images/food1.jpg\" width=\"150\" height=\"89\" border=\"0\"></a></td>");
document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.foodthermometer.com.cn\"><strong>Foodthermometer</strong></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Pop-up</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Digital</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Barbecue</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Color-changing</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style17\">- Cooking color-changing</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style34\"><strong>Better food safety for healthier lifestyle!</strong></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style13\">In testing and monitoring the temperature of food, meat in cooking and water in baby bathing and fish breeding, our all-round precise and reliable food thermometers are your best choice ...... </td>");
document.writeln("      </tr>");
document.writeln("    </table>");
document.writeln("    <br>");
document.writeln("    <br>");

document.writeln("    <table width=\"150\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.foodthermometer.com.cn\"><img src=\"images/advertisement.jpg\" width=\"150\" height=\"22\" border=\"1\"></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.sapphirespas.co.uk\"><strong>Hot Tubs</strong></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\" class=\"style18\">Hot Tubs, Discount Spas Portable Hot Tubs, Hot Tub, Hot Tubs UK All from Sapphire Spas </td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"15\"><a href=\"http://www.sapphirespas.co.uk\">www.sapphirespas.co.uk</a></td>");
document.writeln("      </tr>");
document.writeln("    </table>");
}


// ============= Mobile Phone Charger ===========
document.writeln("<div id=\"mobile_phone_charger_l\" style=\"position:absolute; left:162px; top:255px; width:160px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('mobile_phone_charger_l')\" onMouseOut=\"HideDiv('mobile_phone_charger_l')\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('usb_charger_1')\" onMouseOut=\"HideDiv('usb_charger_1')\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"usb_charger.htm\">USB Charger</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('mobile_charger_kit_1')\" onMouseOut=\"HideDiv('mobile_charger_kit_1')\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"mobile_charger_kit.htm\">Mobile Charger Kit</a></b></td>");
document.writeln("    </tr>");
document.writeln("    </table>");
document.writeln("</div>");

//Mobile Phone Charger
                     // ============= USB Charger ===========

document.writeln("<div id=\"usb_charger_1\" style=\"position:absolute; left:321px; top:255px; width:125px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('mobile_phone_charger_l');ShowDiv('usb_charger_1')\" onMouseOut=\"HideDiv('mobile_phone_charger_l');HideDiv('usb_charger_1')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011a.htm\">HX-011A</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011b.htm\">HX-011B</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011c.htm\">HX-011C</a></b></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");

					 // ============= Mobile Charger Kit ===========
document.writeln("<div id=\"mobile_charger_kit_1\" style=\"position:absolute; left:321px; top:278px; width:125px; height:26px; z-index:1; visibility: hidden;\"  onMouseMove=\"ShowDiv('mobile_phone_charger_l');ShowDiv('mobile_charger_kit_1')\" onMouseOut=\"HideDiv('mobile_phone_charger_l');HideDiv('mobile_charger_kit_1')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011e2.htm\">HX-011E2</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011e8.htm\">HX-011E8</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"hx-011e9.htm\">HX-011E9</a></b></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");


// ============= Timer & Calendar ===========
document.writeln("<div id=\"p_calendarphone_1\" style=\"position:absolute; left:162px; top:301px; width:210px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1')\" onMouseOut=\"HideDiv('p_calendarphone_1')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendarphone_np_1')\" onMouseOut=\"HideDiv('p_calendarphone_np_1')\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_digital_timer_clock.htm\">Digital timer & Clock</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendar_with_calcualtor_1')\" onMouseOut=\"HideDiv('p_calendar_with_calcualtor_1')\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_calender_and_calculator.htm\">Calendar and Calcualtor</a></b></td>");
document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendarphone_c_1')\" onMouseOut=\"HideDiv('p_calendarphone_c_1')\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_calculator.htm\">Calculator</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendarphone_t_1')\" onMouseOut=\"HideDiv('p_calendarphone_t_1')\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"mousepad_with_calculator.htm\">Mousepad with calculator</a></b></td>");
//document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
     //Timer & Calendar三级菜单
	 //===== Digital timer & Clock
document.writeln("<div id=\"p_calendarphone_np_1\" style=\"position:absolute; left:371px; top:301px; width:125px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_np_1');ShowDiv('p_calendarphone_np_1')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_np_1');HideDiv('p_calendarphone_np_1')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1028.htm\">SH-1028</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1038.htm\">SH-1038</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1048.htm\">SH-1048</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1048a.htm\">SH-1048A</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-2007.htm\">SH-2007</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-2008.htm\">SH-2008</a></b></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
//document.writeln("<div id=\"p_calendarphone_np_1\" style=\"position:absolute; left:371px; top:557px; width:125px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_np_1')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_np_1')\">");
//document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendarphone_np_1_01')\" onMouseOut=\"HideDiv('p_calendarphone_np_1_01')\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_digital_timer.htm\">New products</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\" onMouseMove=\"ShowDiv('p_calendarphone_cp_1_01')\" onMouseOut=\"HideDiv('p_calendarphone_cp_1_01')\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_products.htm\">Products</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("  </table>");
//document.writeln("</div>");
                     //Digital timer & Clock 四级菜单
                     // ============= New products ===========

//document.writeln("<div id=\"p_calendarphone_np_1_01\" style=\"position:absolute; left:495px; top:557px; width:125px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_np_1');ShowDiv('p_calendarphone_np_1_01')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_np_1');HideDiv('p_calendarphone_np_1_01')\">");
//document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1018.htm\">SH-1018</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1028.htm\">SH-1028</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1038.htm\">SH-1038</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1048.htm\">SH-1048</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sh-1048a.htm\">SH-1048A</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("  </table>");
//document.writeln("</div>");

					 // ============= Products ===========//
//document.writeln("<div id=\"p_calendarphone_cp_1_01\" style=\"position:absolute; left:495px; top:580px; width:125px; height:26px; z-index:1; visibility: hidden;\"  onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_np_1');ShowDiv('p_calendarphone_cp_1_01')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_np_1');HideDiv('p_calendarphone_cp_1_01')\">");
//document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_2218.htm\">2218</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_2004.htm\">2004</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"gyl-8388.htm\">GYL-8388</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_timer_dl313.htm\">DL313</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_timer_04212.htm\">04212</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("  </table>");
//document.writeln("</div>");
	
	//===== Calendar and Calcualtor
document.writeln("<div id=\"p_calendar_with_calcualtor_1\" style=\"position:absolute; left:371px; top:324px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendar_with_calcualtor_1')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendar_with_calcualtor_1')\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_calender_9908.htm\">9908</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_808.htm\">808</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ccp_new_products_sh-848.htm\">SH-848</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-888.htm\">SH-888</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-803.htm\">SH-803</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-606.htm\">SH-606</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-868.htm\">SH-868</a></b></td>");
document.writeln("    </tr>");
document.writeln("    <tr bgcolor=\"#A4D1FF\">");
document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_calender_sh-2108.htm\">SH-2108</a></b></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
	//===== Calculator
//document.writeln("<div id=\"p_calendarphone_c_1\" style=\"position:absolute; left:371px; top:347px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_c_1')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_c_1')\">");
//document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_808.htm\">808</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ccp_new_products_sh-848.htm\">SH-848</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-888.htm\">SH-888</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-803.htm\">SH-803</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-606.htm\">SH-606</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"cp_new_products_sh-868.htm\">SH-868</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("  </table>");
//document.writeln("</div>");
	//===== Mousepad with calculator
//document.writeln("<div id=\"p_calendarphone_t_1\" style=\"position:absolute; left:371px; top:370px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_calendarphone_1');ShowDiv('p_calendarphone_t_1')\" onMouseOut=\"HideDiv('p_calendarphone_1');HideDiv('p_calendarphone_t_1')\">");
//document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"calculator_lb-405.htm\">LB-405</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("    <tr bgcolor=\"#A4D1FF\">");
//document.writeln("      <td>&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"calculator_lb-402.htm\">LB-402</a></b></td>");
//document.writeln("    </tr>");
//document.writeln("  </table>");
//document.writeln("</div>");


// ============= Car/PDA Holder ===========
document.writeln("<div id=\"food_thermometer_l\" style=\"position:absolute; left:163px; top:328px; width:118px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('food_thermometer_l')\" onMouseOut=\"HideDiv('food_thermometer_l')\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"s2076w.htm\">S2076W</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"s2076w-xp.htm\">S2076W-XP</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"s2081w-xp.htm\">S2081W-XP</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"s2095w-c.htm\">S2095W-C</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"s2107w-c.htm\">S2107W-C</a></b></td>");
document.writeln("          </tr>");
document.writeln("    </table>");
document.writeln("</div>");


// ============= SIM Card Reader ===========
document.writeln("<div id=\"sim_card_reader_l\" style=\"position:absolute; left:163px; top:355px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('sim_card_reader_l')\" onMouseOut=\"HideDiv('sim_card_reader_l')\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ho-006.htm\">HO-006</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ho-806.htm\">HO-806</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ho-808.htm\">HO-808</a></b></td>");
document.writeln("          </tr>");
document.writeln("    </table>");
document.writeln("</div>");


// ============= Telephone ===========
//document.writeln("<div id=\"p_thermometer_l\" style=\"position:absolute; left:163px; top:382px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_thermometer_l')\" onMouseOut=\"HideDiv('p_thermometer_l')\">");
//document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"prn-2a.htm\">PRN-2A</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"prn-2b.htm\">PRN-2B</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"prn-2c.htm\">PRN-2C</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("    </table>");
//document.writeln("</div>");


// ============= Multimedia Speaker ===========
document.writeln("<div id=\"p_wireless_l\" style=\"position:absolute; left:163px; top:382px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_wireless_l')\" onMouseOut=\"HideDiv('p_wireless_l')\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"dql268.htm\">DQL-268</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"dql286.htm\">DQL-286</a></b></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"dql325.htm\">DQL-325</a></b></td>");
document.writeln("          </tr>");
document.writeln("    </table>");
document.writeln("</div>");


// ============= Promotion items ===========
//document.writeln("<div id=\"p_promotion_l\" style=\"position:absolute; left:163px; top:722px; width:100px; height:26px; z-index:1; visibility: hidden;\" onMouseMove=\"ShowDiv('p_promotion_l')\" onMouseOut=\"HideDiv('p_promotion_l')\">");
//document.writeln("    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#6699CC\">");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"ts-128.htm\">TS-128</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sl-168.htm\">SL-168</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("          <tr>");
//document.writeln("            <td bgcolor=\"#A4D1FF\">&nbsp;<img src=\"images/i_22.gif\" width=\"6\" height=\"9\" align=\"absmiddle\"> <b><a href=\"sl-668.htm\">SL-668</a></b></td>");
//document.writeln("          </tr>");
//document.writeln("    </table>");
//document.writeln("</div>");