function Product() { 
  siteName=Primary_Name();

  if ((subsiteName == "subscribe") || (siteName == "admin") || (siteName == "news") || (siteName == "team") || (siteName == "product") || (siteName == "company")) {
	document.write("<img src='/images/pixel.gif' width='1' height='225' border='0'>");
  }

}

function Background() { 
  productsiteName=Product_type();
  src1="";
  script1="";
 
  if (productsiteName == "womens") { src1="womens/"; }
  if ((productsiteName == "products/admin") || (productsiteName == "productsdev/admin")) { script1="onLoad=createMenus()"; } 
  document.write("<body " + script1 + " bgcolor='000000' background='/images/" + src1 + "background.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' onLoad='MM_preload/images('/images/" + src1 + "nav/news_r.gif','/images/" + src1 + "nav/news_team_team.gif','/images/" + src1 + "nav/team_r.gif','/images/" + src1 + "nav/team_product_team.gif','/images/" + src1 + "nav/news_team_news.gif','/images/" + src1 + "nav/product_r.gif','/images/" + src1 + "nav/team_product_product.gif','/images/" + src1 + "nav/product_company_product.gif','/images/" + src1 + "nav/product_company_company.gif','/images/" + src1 + "nav/company_r.gif')'>");

}


function Left() { 
  productsiteName=Product_type();
  src1="";
  if (productsiteName == "womens") { src1="womens/"; }
  document.write("<img src='/images/" + src1 + "left_site.gif' width='90' height='666' border='0'>");

}


function Top() { 
  productsiteName=Product_type();
  src1="";
  if (productsiteName == "womens") { src1="womens/"; }
  document.write("<img src='/images/" + src1 + "nav/nav_top.gif' width='248' height='74' border='0'>");

}


function Bottom() { 
  productsiteName=Product_type();
  src1="";
  if (productsiteName == "womens") { src1="womens/"; }
  document.write("<img src='/images/" + src1 + "footer_site.gif' width='726' height='142' border='0'>");

}


function Logo() { 
  productsiteName=Product_type();
  src1="";
  if (productsiteName == "womens") { src1="womens/"; }
  document.write("<a href='/index.shtml'><img src='/images/" + src1 + "logo.gif' width='478' height='168' border='0' usemap='#Map'></a>");

}






