<!--

function detail(imageloc,name,mywidth,myheight)
{
var windwstring="";
var windhstring="";
var wstring="";
var hstring="";
var scrollidea="no";
var windwidth=mywidth;
var windheight=myheight;
var width="20";
var height="20";

windwstring="WIDTH="+windwidth;
windhstring="HEIGHT="+windheight;
wstring="WIDTH="+width;
hstring="HEIGHT="+height;
var pwind=null;
pwind=window.open("","PictureWindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars="+scrollidea+",resizable="+scrollidea+","+windwstring+","+windhstring);
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()\;\"><p align=\"center\"><img src=\"http://www.londomondo.com/lib/londomondo/popUpload.gif\" border=\"0\"></a></span>");
pwind.document.write("<IMG SRC=\""+imageloc+"\" ALT=\""+name+"\"></p>");;
pwind.document.write("</BODY></HTML>");
pwind.document.close(); }


/* ---------------------- Browser Detect
   Netscape 3.0 and higher & Internet Explorer 3 (MAC) and IE 4.0 and 
   higher support image replace assume anything else does not.*/

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);");
	}


//print function

function emailfriend(imageloc,name,mywidth,myheight)

{
var windwstring="";
var windhstring="";
var wstring="";
var hstring="";
var scrollidea="yes";
var windwidth=mywidth;
var windheight=myheight;
var width="20";
var height="20";

windwstring="WIDTH="+windwidth;
windhstring="HEIGHT="+windheight;
wstring="WIDTH="+width;
hstring="HEIGHT="+height;
var pwind=null;
pwind=window.open("","PictureWindow","toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars="+scrollidea+",resizable="+scrollidea+","+windwstring+","+windhstring);
pwind.document.open();
pwind.moveTo(0,0);
pwind.document.write("<HTML><HEAD>");
pwind.document.write("<TITLE>Email the <% =Request.QueryString(\"productname\") %> page!</TITLE></HEAD>");
pwind.document.write("<BODY BGCOLOR=\"ffffff\" bottommargin=\"10\" leftmargin=\"10\" marginheight=\"10\" marginwidth=\"10\" rightmargin=\"0\" topmargin=\"10\">");
pwind.document.write("Product Info");
pwind.document.write("</BODY></HTML>");
pwind.document.close();
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 


// -->

