function redirect_url(pagelink) {

   var golink=pagelink

   switch (golink)
   {
      case "memberlogin" : location.href="http://www.ulead.com.tw/ulead/iflogin.cfm?fs=us"
      break;

      case "memberreg" : location.href="http://www.ulead.com.tw/ulead/member/member2005/member.cfm?FS=US&pg=2"
      break;

      case "productreg" : location.href="http://www.ulead.com.tw/ulead/iflogin.cfm?fs=us&feature=pr"
      break;

      case "uleadmall" : location.href="http://www.ulead.com/store/store.htm"
      break;

     /* case "searchlink" : location.href=hostname+"ULSearchView?storeId="+storeId+"&catalogId="+catalogId+"&langId="+langId
      break;*/

      case "myaccount" : location.href="http://www.ulead.com.tw/ulead/iflogin.cfm?fs=us"
      break;

      case "shoppingcart" : location.href="http://www.ulead.com/store/cart.htm"
      break;

      case "productlist" : location.href="http://www.ulead.com/store/product_list.htm"
      break;

     case "supportform" : location.href="http://www.ulead.com.tw/ulead/tech/tech2002/regprodinfo.cfm?fs=US"
      break;

   }

}


 /* this function "showbgtable()" shows the background image fo "Top-Navigation" */
function showbgtable(){
	
document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td rowspan='2' height='73' width='124' valign='top'><a href='http://www.ulead.com/'><img src='http://www.ulead.com/images/logo.gif' width='124' height='73' border='0' alt='Back to Ulead Home'></a></td>");
document.write("<td width='161' height='55' valign='top' background='http://www.ulead.com/images/my_account_bg.gif'>");
document.write("<table width='159' border='0' cellpadding='5' cellspacing='2'>");
document.write("<tr>");
document.write("<td></td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("<td width='495'><img src='http://www.ulead.com/images/my_account.gif' width='495' height='55' border='0' usemap='#Map2'></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td height='18' colspan='2'>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");

document.write("<map name='Map2'>");
document.write("<area shape='rect' coords='12,6,76,22' href='javascript:redirect_url(\"myaccount\")' alt='My Account'>");
document.write("<area shape='rect' coords='102,6,182,22' href='javascript:redirect_url(\"shoppingcart\")' alt='View the Contents of My Shopping Cart'>");
document.write("<area shape='rect' coords='211,5,273,22' href='http://www.ulead.com/aboutulead/contact.htm' alt='View Ulead Contact Info'>");
/*document.write("<area shape='rect' coords='297,6,343,21' href='http://www.ulead.com/search/search.htm' alt='Search the Ulead Web Site'>");*/
document.write("</map>");

}
/* the function "showlayer()" and "autolayer()" control the "Ulead World Wide" Onclick-Action Button */
function showlayer(){
P7_autoLayers("dropdownLayer","closer")
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openproductlist() { //v2.0
  window.open('http://www.ulead.com/store/product_list.htm','scrollbars=yes,width=307,height=400');
}


