var storeId=10201
var catalogId=10201
var langId=-2
var hostname="https://mall.ulead.com/webapp/wcs/stores/servlet/"



 /* this function "redirect_url()" global redirect links for "ECPD" */
function redirect_url(pagelink) {

   var golink=pagelink

   switch (golink)
   {
      case "memberlogin" : location.href=hostname+"LogonForm?langId="+langId+"&storeId="+storeId+"&catalogId="+catalogId+"&page=cmdlink&nextPage=UserRegistrationForm&from=myaccount"
      break;

      case "memberreg" : location.href=hostname+"LogonForm?langId="+langId+"&storeId="+storeId+"&catalogId="+catalogId+"&page=cmdlink&nextPage=UserRegistrationForm&from=myaccount"
      break;

      case "productreg" : location.href=hostname+"ViewRedirect?storeId="+storeId+"&catalogId="+catalogId+"&feature=PR"
      break;

      case "uleadmall" : location.href="http://www.ulead.fr/store/store.htm"
      break;

      case "searchlink" : location.href=hostname+"ULSearchView?storeId="+storeId+"&catalogId="+catalogId+"&langId="+langId
      break;

      case "myaccount" : location.href=hostname+"LogonForm?langId="+langId+"&storeId="+storeId+"&catalogId="+catalogId+"&page=cmdlink&nextPage=UserRegistrationForm&from=myaccount"
      break;

      case "shoppingcart" : location.href="http://www.ulead.fr/store/cart.htm"
      break;

      case "productlist" : location.href=hostname+"ULProductListView?storeId="+storeId+"&catalogId="+catalogId+"&langId="+langId
      break;

      case "supportform" : location.href=hostname+"ViewRedirect?feature=TS&storeId="+storeId+"&catalogId="+catalogId+"&langId="+langId
      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.fr/'><img src='http://www.ulead.fr/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.fr/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.fr/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='16,7,80,22' href='javascript:redirect_url(\"myaccount\")' alt='Mon compte'>");
document.write("<area shape='rect' coords='101,6,147,23' href='javascript:redirect_url(\"shoppingcart\")' alt='View the Contents of My Shopping Cart'>");
document.write("<area shape='rect' coords='171,5,259,22' href='http://www.ulead.fr/aboutulead/contact.htm' alt='View Ulead Contact Info'>");
document.write("<area shape='rect' coords='282,6,342,24' href='javascript:redirect_url(\"searchlink\")' 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(hostname+'ULProductListView?storeId='+storeId+'&catalogId='+catalogId+'&langId='+langId,'','scrollbars=yes,width=307,height=400');
}