var newwin;

function popwin(url, size)
{

}

function openYstore(pageName)
{
	pageName = "http://store.yahoo.com/cgi-bin/clink?anti-aging-ghr-15-hormone-shop+zFzNZF+" + pageName + ".html+ron";
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open(pageName,'linkwindow','toolbar=yes,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,copyhistory=no,width=800,height=490,left=210,top=150');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}


   function openScript(fileName,width, height) {
      width  = (width)  ? width  : 300;
      height = (height) ? height : 200;

		open(	fileName,
			"",
          "width=" + width + ",height=" + height + ","
			+"toolbar=no,menubar=no,"
			+"status=yes,scrollbars=yes,"
			+"resizable=yes");
	}


   	function openSite(pageURL, pageEXT) {
		pageURL = "http://" + pageURL + "." + pageEXT;
      location.href = pageURL;

//		window.open(	pageURL,
//				'',
//				',,'
//				+'toolbar=yes,scrollbars=yes,'
//				+'status=no,menubar=yes,'
//				+'topmargin=0,resizable=yes');

	}

   
   function embedSILink( siteURL ) {
sText = "<span  style='cursor: hand;'";
sText += "onmouseover='self.status=\"Get Site Info\"; return true;'";
sText += "onclick='javascript:window.open(";
sText += "\"";
sText += "http://www.alexa.com/data/details?amzn_id=lindawanetnut-20&url=";
sText += siteURL;
sText += "\""; 
sText += ");";
sText += "'>";
sText += "<img src='img/get-site-info.gif' align='absmiddle' ";
sText += "width=102 height=22 alt='Get Site Info'>";
sText += "</span>";
document.write ( sText );

}

   
	function openYstore2(pageName) {
		pageName = "http://store.yahoo.com/cgi-bin/clink?anti-aging-ghr-15-hormone-shop+zFzNZF+" + pageName + ".html+ron";
		window.open(	pageName,
				'',
				',,'
				+'toolbar=yes,scrollbars=yes,'
				+'status=no,menubar=yes,'
				+'topmargin=0,resizable=yes');
	}
   
   function writeDocModDate () {

document.write("<br><blockquote><small><i><font color='gray'>" 
+ "This page last updated: " 
+ document.lastModified 
+ "</font></i></small></blockquote><br>") ;
   
   
   
   }
   
function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}
function bookmark() {
   if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
   
   document.write('<A HREF="javascript:window.ext');
   document.write('ernal.AddFavorite(');
   document.write("'http://lindawade.net',");
   document.write("'Linda Wade Herbal Products');");
   document.write('" ');
   document.write('onMouseOver=" window.status=');
   document.write("'Add our site to your Favorites!'; return true ");
   document.write('"onMouseOut=" window.status=');
   document.write("' '; return true ");
   document.write('"><font size=2>Add to Favorites!</font></a>');
   }
   else {
   var msg = "Don't forget to bookmark our site!";
   if(navigator.appName == "Netscape") msg += " (CTRL-D)";
   document.write(msg);
   }
}                  
   