 /* 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 height='55' width='656'><img src='http://www.ulead.com/images/top.gif' width='656' height='55' usemap='#Map' border='0'>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='18'><img src='http://www.ulead.com/images/navigation/icon_arrow.gif' width='11' height='7'></td>");
document.write("</tr>");
document.write("</table>");

document.write("<map name='Map'>");
document.write("<area shape='rect' coords='226,9,314,28' href='http://www.ulead.com/store/cart.htm' alt='View the Contents of My Shopping Cart' title='View the Contents of My Shopping Cart'>");
document.write("<area shape='rect' coords='342,11,413,26' href='http://www.ulead.com/aboutulead/contact.htm' alt='View Ulead Contact Info' title='View Ulead Contact Info'>");
document.write("<area shape='rect' coords='440,11,488,26' href='http://www.ulead.com/search/search.htm' alt='Search the Ulead Web Site' title='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);
}


