<!--

function detail(imageloc,name,mywidth,myheight) {
var windwstring="";
var windhstring="";
var scrollidea="no";
windwstring="WIDTH="+mywidth;
windhstring="HEIGHT="+myheight;
var pwind=null;
 day = new Date();
 id = day.getTime();
pwind=window.open("","PictureWindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=1,resizable=1,"+windwstring+","+windhstring+",left=0,top=0");
pwind.document.open();
pwind.document.write("<HTML><HEAD>");
pwind.document.write("<TITLE>");
pwind.document.write(" "+name+" ");

pwind.document.write("</TITLE></HEAD><BODY BGCOLOR=\"ffffff\" bottommargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" rightmargin=\"0\" topmargin=\"0\" onBlur=\"self.close()\;\">");
pwind.document.write("<span style=\"position:absolute\;top:5\;left:5\;z-index:30\"><a href=\"\" onClick=\"self.close()\;\"><img src=\"http://www.londomondo.com/lib/londomondo/closemywindow.gif\" border=\"0\"></a></span>");
pwind.document.write("<p align=\"center\"><IMG SRC=\""+imageloc+"\"></p>");
pwind.document.write("</BODY></HTML>");
pwind.document.close(); 
}


/* ---------------------- Browser Detect */
if ((navigator.appName == 'Netscape'  && parseInt(navigator.appVersion) >= 3) || 
    (navigator.appName == 'Microsoft Internet Explorer' && navigator.userAgent.indexOf('Mac') != -1) ||
    (navigator.appName == 'Microsoft Internet Explorer' && parseInt(navigator.appVersion) >= 4)) 
    {netscape = 1;}
else 
   {netscape = 0;}
if (netscape == 1)  {function bottoms(string,i) {if (netscape == 1) eval("document.butt" + i + ".src = " + string)}}

function popUp(URL, wid, hei) {
	  day = new Date();
	  id = day.getTime();
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 312,top = 134";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}

function tellafriend(URL, wid, hei) {
	  day = new Date();
	  id = day.getTime();
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 312,top = 134";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}

function emailProduct(itemName, wid, hei) {
	  day = new Date();
	  id = day.getTime();
	  URL = "http://www.thirdcoastweb.com/activeclients/londomondo/dev-sendfriend/tellafriend.asp?URL=" +window.location+ "&productname=" +itemName;
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 312,top = 134";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}


function emailfriend(itemName, wid, hei) {
	  day = new Date();
	  id = day.getTime();
	  URL = "http://www.thirdcoastweb.com/activeclients/londomondo/emailfriend/tellafriend.asp?URL=" +window.location+ "&productname=" +itemName;
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}

/* for S M L  for TOP separates*/
function sizeChart(productName,cupSizeS,cupSizeM,cupSizeL,pantSizeS,pantSizeM,pantSizeL,varComments) {
	  <!-- day = new Date(); -->
	  <!-- id = day.getTime(); -->
	  wid = 350;
	  hei = 520;
	  id = 24; 
	  URL = "#";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	  tableHtml = "<html><head><title>Size Chart</title><LINK href='http://www.designer-swimwear.com/lib/stylesheet.css' rel=stylesheet><body>"+productName+"<table class='sizeChart'><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td class='horizontalVerticalBorderRight'>Suit Size</td><td class='horizontalVerticalBorderRight'>S</td><td class='horizontalVerticalBorderRight'>M</td><td class='horizontalVerticalBorderRight'>L</td></tr><tr><td class='verticalBorderRight'>Cup Size</td><td class='verticalBorderRight'>"+cupSizeS+"</td><td class='verticalBorderRight'>"+cupSizeM+"</td><td class='verticalBorderRight'>"+cupSizeL+"</td></tr></table><br><table class='sizeChart'><tr><td>Comments:<br><br>"+varComments+"</td></tr></table></body></html>";
	  page24.document.open();
	  page24.document.write(" "+tableHtml+" ");
	}

/* for S M L  for BTTM separates*/
function sizeChartBottoms(productName,cupSizeS,cupSizeM,cupSizeL,pantSizeS,pantSizeM,pantSizeL,varComments) {
	  <!-- day = new Date(); -->
	  <!-- id = day.getTime(); -->
	  wid = 350;
	  hei = 520;
	  id = 24; 
	  URL = "#";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	  tableHtml = "<html><head><title>Size Chart</title><LINK href='http://www.designer-swimwear.com/lib/stylesheet.css' rel=stylesheet><body>"+productName+"<table class='sizeChart'><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td  class='horizontalVerticalBorderRight'>Suit Size</td><td class='horizontalVerticalBorderRight'>S</td><td class='horizontalVerticalBorderRight'>M</td><td class='horizontalVerticalBorderRight'>L</td></tr><tr><td class='verticalBorderRight'>Pant Size</td><td class='verticalBorderRight'>"+pantSizeS+"</td><td class='verticalBorderRight'>"+pantSizeM+"</td><td class='verticalBorderRight'>"+pantSizeL+"</td></tr></table><br><table class='sizeChart'><tr><td>Comments:<br><br>"+varComments+"</td></tr></table></body></html>";
	  page24.document.open();
	  page24.document.write(" "+tableHtml+" ");
	}

/* for S M L */
function sizeChart1pc(productName,cupSizeS,cupSizeM,cupSizeL,pantSizeS,pantSizeM,pantSizeL,varComments) {
	  <!-- day = new Date(); -->
	  <!-- id = day.getTime(); -->
	  wid = 350;
	  hei = 520;
	  id = 24; 
	  URL = "#";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	  tableHtml = "<html><head><title>Size Chart</title><LINK href='http://www.designer-swimwear.com/lib/stylesheet.css' rel=stylesheet><body>"+productName+"<table class='sizeChart'><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td class='horizontalVerticalBorderRight'>Suit Size</td><td class='horizontalVerticalBorderRight'>S</td><td class='horizontalVerticalBorderRight'>M</td><td class='horizontalVerticalBorderRight'>L</td></tr><tr><td class='verticalBorderRight'>Cup Size</td><td class='verticalBorderRight'>"+cupSizeS+"</td><td class='verticalBorderRight'>"+cupSizeM+"</td><td class='verticalBorderRight'>"+cupSizeL+"</td></tr><tr><td class='verticalBorderRight'>Pant Size</td><td class='verticalBorderRight'>"+pantSizeS+"</td><td class='verticalBorderRight'>"+pantSizeM+"</td><td class='verticalBorderRight'>"+pantSizeL+"</td></tr></table><br><table class='sizeChart'><tr><td>Comments:<br><br>"+varComments+"</td></tr></table></body></html>";
	  page24.document.open();
	  page24.document.write(" "+tableHtml+" ");
	}

/* for 2,4,6,8... */
function sizeChart2468onepc(productName,cupSize4,cupSize6,cupSize8,cupSize10,cupSize12,cupSize14,pantSize4,pantSize6,pantSize8,pantSize10,pantSize12,pantSize14,varComments) {
	  <!-- day = new Date(); -->
	  <!-- id = day.getTime(); -->
	  wid = 480;
	  hei = 450;
	  id = 24; 
	  URL = "#";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	  tableHtml = "<html><head><title>Size Chart</title><LINK href='http://www.designer-swimwear.com/lib/stylesheet.css' rel=stylesheet><body>"+productName+"<table class='sizeChart450'><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td align='left' class='horizontalVerticalBorderRight'>Suit Size</td><td class='horizontalVerticalBorderRight'>4</td><td class='horizontalVerticalBorderRight'>6</td><td class='horizontalVerticalBorderRight'>8</td><td class='horizontalVerticalBorderRight'>10</td><td class='horizontalVerticalBorderRight'>12</td><td class='horizontalVerticalBorderRight'>14</td></tr><tr><td class='verticalBorderRight'>Cup Size</td><td class='verticalBorderRight'>"+cupSize4+"</td><td class='verticalBorderRight'>"+cupSize6+"</td><td class='verticalBorderRight'>"+cupSize8+"</td><td class='verticalBorderRight'>"+cupSize10+"</td><td class='verticalBorderRight'>"+cupSize12+"</td><td class='verticalBorderRight'>"+cupSize14+"</td></tr><tr><td class='verticalBorderRight'>Pant Size</td><td class='verticalBorderRight'>"+pantSize4+"</td><td class='verticalBorderRight'>"+pantSize6+"</td><td class='verticalBorderRight'>"+pantSize8+"</td><td class='verticalBorderRight'>"+pantSize10+"</td><td class='verticalBorderRight'>"+pantSize12+"</td><td class='verticalBorderRight'>"+pantSize14+"</td></tr></table><br><table class='sizeChart'><tr><td>Comments:<br><br>"+varComments+"</td></tr></table></body></html>";
	  page24.document.open();
	  page24.document.write(" "+tableHtml+" ");
	}


function videoReview(url) {
	  <!-- day = new Date(); -->
	  <!-- id = day.getTime(); -->
	  wid = 350;
	  hei = 280;
	  id = 25;
	  URL = "#";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	  tableHtml = "<html><head><title>Video Review</title><LINK href='http://www.designer-swimwear.com/lib/stylesheet_video_review.css' rel=stylesheet><body><div id='Bodycontainer'>"+url+"</div></body></html>";
	  page25.document.open();
	  page25.document.write(" "+tableHtml+" ");
	}
	
function freeshipfreereturn() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 600;
	  hei = 425;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+QQSeEz+fr.html+freeshipfreereturn";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

function freeshipfreereturn_email_it() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 600;
	  hei = 425;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+QQSeEz+freeshipemailit.html+freeshipfreereturn";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

/* this shipping pop-up isn't linked to a trackable link since orders over $99 are free anyway and i want to be
be able to pop-up instant rebates that are applied to the order automatically.
*/
function freeshipfreereturn_sk () {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 600;
	  hei = 425;
	  URL = "http://www.londomondo.com/freeshipemailit.html";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

function sk_instant_rebate_5 () {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 600;
	  hei = 700;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+MGv55k+sk05rebate.html+sk05";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

function buyersBuzz() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 600;
	  hei = 425;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+mDzdWj+bu.html+scarf3";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	



/* start temporary use functions */

function hat090310() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 530;
	  hei = 325;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+fFxJ7n+hat090310.html+hat090310";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

function hat090315() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 530;
	  hei = 325;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+e2avCp+hat090315.html+hat090315";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	
function hat090320() {
	  day = new Date();
	  id = day.getTime(); 
	  wid = 530;
	  hei = 325;
	  URL = "http://store.yahoo.com/cgi-bin/clink?londomondo+QPEc5e+hat090320.html+hat090320";
	  var windowFeature = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,";
	  windowFeature = windowFeature + "width=" + wid +",";
	  windowFeature = windowFeature + "height=" + hei +",left = 0,top = 0";
	  eval("page" + id + " = window.open(URL, '" + id + "', windowFeature);");
	}	

/* end temporary use functions */

-->