 /*popUpWindowNew.js*/
 /*Copyright 2000-2009 by EarthOdyssey, LLC. All rights reserved. The content of this file may not be copied, used, sold or distributed in whole or in part without the express written consent of EarthOdyssey, LLC.*/
<!--

function Is() {
this.ua = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
// DOM Support
if (document.addEventListener && document.removeEventListener) this.dom2events = true;
if (document.getElementById) this.dom1getbyid = true;
// Opera
this.opera = this.ua.indexOf('opera') != -1;
if (this.opera) {
this.opera5 = (this.ua.indexOf("opera 5") != -1 || this.ua.indexOf("opera/5") != -1);
}
// Misc.
this.hotjava = this.ua.indexOf('hotjava') != -1;
this.webtv = this.ua.indexOf('webtv') != -1;
this.aol = this.ua.indexOf('aol') != -1;
if (this.hotjava || this.webtv || this.aol) return;
// Gecko, NN4+, and NS6
this.gecko = this.ua.indexOf('gecko') != -1;
this.nav = (this.ua.indexOf('mozilla') != -1 && this.ua.indexOf('spoofer') == -1 && this.ua.indexOf('compatible') == -1);
if (this.nav) {
this.nav4 = this.major == 4;
this.nav4up= this.major >= 4;
this.nav5up= this.major >= 5;
this.nav6 = this.major == 5;
this.nav6up= this.nav5up;
}
//MSIE
this.ie = this.ua.indexOf('msie') != -1;
if (this.ie) {
this.ie3 = this.major < 4;
this.ie4 = (this.major == 4 && this.ua.indexOf('msie 5') == -1 && this.ua.indexOf('msie 6') == -1);
this.ie4up = this.major >= 4;
this.ie5 = (this.major == 4 && this.ua.indexOf('msie 5.0') != -1);
this.ie5up = !this.ie3 && !this.ie4;
this.ie6 = (this.major == 4 && this.ua.indexOf('msie 6.0') != -1);
this.ie6up = (!this.ie3 && !this.ie4 && !this.ie5 && this.ua.indexOf("msie 5.5") == -1);
this.ie7 = (this.major == 4 && this.ua.indexOf('msie 7.0') != -1);
}
}
var is = new Is();

Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1 || navigator.userAgent.match(/Konqueror/));
Opera = is.opera;
Opera5 = is.opera5;
IE = (is.ie && document.all);
IE4 = is.ie4;
IE5 = is.ie5;
IE6 = is.ie6;
IE7 = is.ie7;
NS4 = is.nav4;
NS5 = is.nav5;
NS6 = is.nav6;
IE4up = is.ie4up;
IE5up = is.ie5up;
IE6up = is.ie6up;
NS4up = is.nav4up;
NS5up = is.nav5up;
NS6up = is.nav6up;

var aPopUp=null;
var bPopUp=null;
var cPopUp=null;
var dPopUp=null;
var fPopUp=null;

function changeWelcome (newStyle) {
newStyle.style.backgroundColor='rgb(0,0,192)';
newStyle.style.color='white';
window.status='http://www.earthodyssey.com/index.html'
return true;
}
function originalWelcome (oldStyle) {
oldStyle.style.backgroundColor='rgb(115,170,250)';
oldStyle.style.color='black';
window.status='';
}




function popUpA (pageA) {

if (bPopUp != null) {if(!bPopUp.closed) {bPopUp.close()}}
else if (cPopUp != null) {if(!cPopUp.closed) {cPopUp.close()}}
else if (dPopUp != null) {if(!dPopUp.closed) {dPopUp.close()}}
else {}

aPopUp=window.open(pageA,null,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=310,height=370,top=0,left=0')


	if (aPopUp != null) {
			if (aPopUp.opener == null) {
				aPopUp.opener = self;
				}
			}
		if (!window.aPopUp.focus()) {
		window.aPopUp.focus()
				
		}
		
	}

function popUpB (pageB) {



if (aPopUp != null) {if(!aPopUp.closed) {aPopUp.close()}}
else if(cPopUp != null) {if (!cPopUp.closed) {cPopUp.close()}}
else if(dPopUp != null) {if (!dPopUp.closed) {dPopUp.close()}}
else {}

bPopUp=window.open(pageB,null,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=350,height=300,top=0,left=0')
	if (bPopUp != null) {
			if (bPopUp.opener == null) {
				bPopUp.opener = self;
				}
			}
		if (!window.bPopUp.focus()) {
		window.bPopUp.focus()
				
		}
			
	}
	
function popUpC (pageC) {

 if (aPopUp != null) {if(!aPopUp.closed) {aPopUp.close()}}
 else if (bPopUp != null) {if(!bPopUp.closed) {bPopUp.close()}}
 else if (dPopUp != null) {if(!dPopUp.closed) {dPopUp.close()}}
else {}

cPopUp=window.open(pageC,null,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=450,height=220,top=0,left=0')
	if (cPopUp != null) {
			if (cPopUp.opener == null) {
				cPopUp.opener = self;
				}
			}
		if (!window.cPopUp.focus()) {
		window.cPopUp.focus()
				
		}
			
	}	

function popUpD (pageD) {


if (aPopUp != null) {if(!aPopUp.closed) {aPopUp.close()}}
 else if (bPopUp != null) {if(!bPopUp.closed) {bPopUp.close()}}
 else if (cPopUp != null) {if(!cPopUp.closed) {cPopUp.close()}}
else {}

dPopUp=window.open(pageD,null,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=580,height=380,top=0,left=0')
	if (dPopUp != null) {
			if (dPopUp.opener == null) {
				dPopUp.opener = self;
				}
			}
		if (!window.dPopUp.focus()) {
		window.dPopUp.focus()
				
		}
	
		
	}	




function mobius() {
popUpSky.show(0,0,400,250);


popUpSkyBody.innerHTML = '<br /><br /><div style="padding:20px;margin-left:20px;margin-right:20px;text-indent:10px;background-color: white;border-top: 12px solid #C0C0C0 ; border-left: 12px solid #808080;border-right: 12px solid #404040;border-bottom: 12px solid #202020;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;width:85%;margin-left:7.5%;margin-right:7.5%"  title="a table for layout purposes only">For an outstanding site on Alexander Mobius, the history of mathematics, and everything else mathematical visit: <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www-history.mcs.st-andrews.ac.uk\'" title="a link to a detailed mathematical resource">www-history.mcs.st-andrews.ac.uk</span></div><br /><br />';
popUpSkyBody.style.overflowX ="hidden";
popUpSkyBody.style.overflowY ="hidden";
}

var greenDotPopUp=null;



function greenDot () {
if(Opera||!IE6) {
if (greenDotPopUp != null) {if(!greenDotPopUp.closed) {greenDotPopUp.close()}}
greenDotPopUp=window.open('','NoteA','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=yes,width=450,height=320,top=0,left=0');
	if (greenDotPopUp != null) {
		if (greenDotPopUp.opener == null) {
			greenDotPopUp.opener = self;
			}
		}

	ndoc=greenDotPopUp.document;
	    ndoc.write('<html><head><title>' + 'European nation recycling agencies' + '</title>')
	ndoc.write('</head>')
	ndoc.write('<body background ="images/sky_background.jpg">')
		ndoc.write('<br /><br /><table style="background-color: white;border-top: 12px solid #C0C0C0 ; border-left: 12px solid #808080;border-right: 12px solid #404040;border-bottom: 12px solid #202020;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;width:85%;margin-left:7.5%;margin-right:7.5%"  title="a table for layout purposes only"><tr><td><table style="background-color:white;border: 3px solid black;width:100%; color:black;" title="a table for layout purposes only"><tr><td style="border-style:none;background-color: white;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;"><br /><p style="margin-left:20px;margin-right:20px;">Links to European national recycling organizations<br /><br />Austria: <a href="http://www.ara.at" onclick="parent.location.href=\'http://www.ara.at\'">Alstoff Recycling Austria AG </a> <br /><br />Germany: <a href="http://www.gruener-punkt.de" onclick="parent.location.href=\'http://www.gruener-punkt.de\'">Duales System Deutschland </a> <br /><br />Ireland: <a href="http://www.greendot.ie" onclick="parent.location.href=\'http://www.greendot.ie\'">Repak Ltd. </a> <br /><br />France: <a href="http://www.ecoemballages.fr" onclick="parent.location.href=\'http://www.ecoemballages.fr\'">EcoEmballages S.A.</a><br /><br />Spain: <a href="http://www.ecoembes.com" onclick="parent.location.href=\'http://www.ecoembes.com\'">Ecoembalajes Espana S.A.</a> <br /><br />Belgium: <a href="http://www.fostplus.be" onclick="parent.location.href=\'http://www.fostplus.be\'">FOST Plus </a> <br /><br />Latvia: <a href="http://www.packaging.lv" onclick="parent.location.href=\'http://www.packaging.lv\'">Packaging Association</a><br /><br />Norway: <a href="http://www.materialretur.no" onclick="parent.location.href=\'http://www.materialretur.no\'">Materialretur AS</a><br /><br />Portugal: <a href="http://www.pontoverde.pt" onclick="parent.location.href=\'http://www.pontoverde.pt\'">Sociedade Ponto Verde</a><br /><br />Luxembourg: <a href="http://www.valorlux.lu" onclick="parent.location.href=\'http://www.valorlux.lu\'">Valorlux asbl </a><br /><br /></td></tr></table></td></tr></table><br /><br />')
		
	ndoc.write('</body></html>')
	if (!window.greenDotPopUp.focus()) {
			window.greenDotPopUp.focus()
	
					
		}
}else{
greenDotIE ();
}
}

function greenDotIE() {

popUpSky.show(0,0,450,2*screen.height/3);
popUpSkyBody.style.overflowY ="scroll";
popUpSkyBody.style.overflowX ="scroll";



popUpSkyBody.innerHTML = '<br /><br /><div style="background-color: white;border-top: 12px solid #C0C0C0 ; border-left: 12px solid #808080;border-right: 12px solid #404040;border-bottom: 12px solid #202020;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;width:85%;margin-left:7.5%;margin-right:7.5%"  title="a table for layout purposes only"><br /><p style="margin-left:20px;margin-right:20px;">Links to European national recycling organizations<br /><br />Austria: <a href="http://www.ara.at" onclick="parent.location.href=\'http://www.ara.at\'">Alstoff Recycling Austria AG </a> <br /><br />Germany: <a href="http://www.gruener-punkt.de" onclick="parent.location.href=\'http://www.gruener-punkt.de\'">Duales System Deutschland </a> <br /><br />Ireland: <a href="http://www.greendot.ie" onclick="parent.location.href=\'http://www.greendot.ie\'">Repak Ltd. </a> <br /><br />France: <a href="http://www.ecoemballages.fr" onclick="parent.location.href=\'http://www.ecoemballages.fr\'">EcoEmballages S.A.</a><br /><br />Spain: <a href="http://www.ecoembes.com" onclick="parent.location.href=\'http://www.ecoembes.com\'">Ecoembalajes Espana S.A.</a> <br /><br />Belgium: <a href="http://www.fostplus.be" onclick="parent.location.href=\'http://www.fostplus.be\'">FOST Plus </a> <br /><br />Latvia: <a href="http://www.packaging.lv" onclick="parent.location.href=\'http://www.packaging.lv\'">Packaging Association</a><br /><br />Norway: <a href="http://www.materialretur.no" onclick="parent.location.href=\'http://www.materialretur.no\'">Materialretur AS</a><br /><br />Portugal: <a href="http://www.pontoverde.pt" onclick="parent.location.href=\'http://www.pontoverde.pt\'">Sociedade Ponto Verde</a><br /><br />Luxembourg: <a href="http://www.valorlux.lu" onclick="parent.location.href=\'http://www.valorlux.lu\'">Valorlux asbl </a><br /><br /></div><br /><br />';












}

var dddPopUp=null;

function popUpPrivacy(pageE) {

if(Opera||!IE6) {
if (dddPopUp != null) {if(!dddPopUp.closed) {dddPopUp.close()}}
dddPopUp=window.open(pageE,null,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=600,height=300,top=0,left=0')

	if (dddPopUp != null) {
		if (dddPopUp.opener == null) {
			dddPopUp.opener = self;
			}
		}
	if (!window.dddPopUp.focus()) {
	window.dddPopUp.focus()

	}
		
	
	
}else{
popUpSky.show(0,0,600,300);

popUpSkyBody.innerHTML = '<br /><br /><div style="background-image: url(\'images/leftShade.jpg\');background-repeat: repeat-y;background-attachment: scroll;position:relative; top:12px;margin-left:7%;z-index:1;"><div style="background-color: rgb(255,255,255);margin-left:100px;position:relative; top:0px;left:0px;width:76%;margin-top:30px;padding-bottom:30px;margin-right:4%;padding-right:40px;z-index:1;"><br /><br /><h3 style="text-align:center">PLEASE NOTE</h3> Any rating you provide through InstantRatings&#8482; is completely anonymous. We DO NOT make any attempt to track the source of the rating. The rating will only be used to improve the website. For more information concerning our privacy policy, you may visit our webpage entitled- <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www.earthodyssey.com/privacy.html\'" title="a link to our webpage: Privacy policy, Legal notice and Security issues">Privacy policy, Legal notice and Security issues</span><br /><br /><br /></div></div><br /><br />';

popUpSkyBody.style.overflowX ="hidden";
popUpSkyBody.style.overflowY ="scroll";
}
}
var aaPopUp = null;
var bbPopUp = null;
var ccPopUp = null;

function recycled () {

if(Opera||!IE6) {

if(!aaPopUp || aaPopUp.closed) {
aaPopUp=window.open('http://www.earthodyssey.com/recycledPopUp.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=400,top=0,left=0');

if (!aaPopUp.opener) {
	aaPopUp.opener = window;
	}
}else{
window.focus();
}}else{
popUpSky.show(0,0,500,2*screen.height/3);
popUpSkyBody.innerHTML = recycledStr;
}
	}


/* Inactivated 12.29.2008
if (!NS4up) {var popUpSky = window.createPopup();
popUpSkyBody = popUpSky.document.body;}
*/

var recyclableStr ='<br /><br /><table style="background-color: white;border-top: 12px solid #C0C0C0 ; border-left: 12px solid #808080;border-right: 12px solid #404040;border-bottom: 12px solid #202020;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;width:85%;margin-left:7.5%;margin-right:7.5%"  title="a table for layout purposes only"><tr><td><table style="background-color:white;border: 3px solid black; color:black" title="a table for layout purposes only"><tr><th style="font-family:arial;font-size:10pt;color:black;text-align:center;background-color:rgb(252,172,172);vertical-align:text-top;">'

recyclableStr +='<br /><span style="font-family:comic sans ms;font-size:14pt;color:black;margin:5px">QUESTION: What is the meaning of the term \'recyclable\'?</span><br /><br /></th></tr><tr><td style="border-style:none;background-color: white;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;"><br /><div style="font-family:comic sans ms;font-size:14pt;color:black;text-align:center;">ANSWER:</div>'

recyclableStr +='<p style="margin-left:30px;margin-right:20px;font-size:12pt">Whether or not any specific product, package, container or material can be considered \'recyclable\' is ultimately determined by the recycling agency serving your local community.'

recyclableStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">The term \'recyclable\' indicates that a product or material can indeed be recycled. Whereas \'recycled\' is an identification applied to a product that incorporates previously used, and recovered material, \'recyclable\' identifies a product or material that can in fact be recovered and reused. In theory, most materials can be recaptured, broken down and reused. The ease with which this recovery can be accomplished is dependent on both technical and practical issues, and they both ultimately relate to a common problem of economic costs.'

recyclableStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">'

recyclableStr +='From a technical point-of-view, a product is recyclable if the industrial processes exist to receive quantities of a particular waste product and reduce the quantities into reusable raw materials. Thus, the technical issues relate to mechanical and chemical processes in a manufacturing setting.'

recyclableStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">'

recyclableStr +='The practical side of the recyclable issue is whether a collection mechanism is in place within a particular community to gather post-consumer products from individual residences or centralized depositing locations and to sort the collected products to some extent. The sorting may take the form of separate curbside recycling containers for different products. Even though the technology to process particular waste streams may be available, unless the products are collected and delivered, there is no resulting recycled product .'
recyclableStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">'
recyclableStr +='The economics of cost are the final, and probably ultimate, determining factor in the recycling of products. The cost of never used raw materials extracted from the earth may in actuality be cheaper than recyclable products, especially considering the global nature of commerce and low labor rates in many countries. Furthermore, the cost of transporting recyclable products to processing plants may argue against the collection of waste products in some areas. Then too, the collection of recyclable products may become so efficient and inexpensive that supply far exceeds demand. The recycling process may then stop or at least substantially decrease in volume.'
recyclableStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">'
recyclableStr +='However, mitigating against all of the problems associated with classifying a product as \'recyclable\' is the ultimate recogniton that we live on an earth that has a limited amount of resources to be casually used only once and then thrown away, as well as finite landarea on which to dispose of any products that can\'t, or won\'t be recycled. Without classification of products as \'recyclable\' and collection and processing thereof, there will not be any stabilization in the worldwide consumption of virgin raw materials.<br /><br />'
recyclableStr +='</td></tr></table></td></tr></table><br /><br />'


var recycledStr ='<br /><br /><table style="background-color: white;border-top: 12px solid #C0C0C0 ; border-left: 12px solid #808080;border-right: 12px solid #404040;border-bottom: 12px solid #202020;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;width:85%;margin-left:7.5%;margin-right:7.5%"  title="a table for layout purposes only"><tr><td><table style="background-color:white;border: 3px solid black; color:black" title="a table for layout purposes only"><tr><th style="font-family:arial;font-size:10pt;color:black;text-align:center;background-color:rgb(252,172,172);vertical-align:text-top;">'

recycledStr +='<br /><span style="font-family:comic sans ms;font-size:14pt;color:black;margin:5px">QUESTION: What is the meaning of the term \'recycled\'?</span><br /><br /></th></tr><tr><td style="border-style:none;background-color: white;color:black;font-family: arial, times, helvetica, sans-serif; font-weight: bold;font-size:10pt;"><br /><div style="font-family:comic sans ms;font-size:14pt;color:black;text-align:center;">ANSWER:</div>'

recycledStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">A dictionary definition of recycle is: to pass through or undergo again, as for further treatment, change or use. However, for the environmental and conservation purposes which are synonymous with the word \'recycled\', more explanantion is needed. All of the matter created in Nature, animate or inanimate, living or non-living, eventually decomposes or changes into another form which is then used in some other way by Nature. All of Nature is inexorably evolving into a different form. Living things are born. Then they grow, mature, die and decay. Inanimate land formations shift, erode, and crumble. Each form of natural matter has its own inherent timetable for evolving and changing.'

recycledStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">Man-made objects on the other hand, are created in a form that often have a life that far outlasts their useful, and desired, purpose. Objects break, they become obsolete, they wear out, they are no longer up-to-date, or they are no longer interesting and are thrown away. Where do they go? A place we call the garbage dump. A place set aside for all things humans no longer want. Objects that are supposedly removed from Nature\'s \'cycle\' of continual reuse.'
recycledStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">Manufactured consumer products are considered to be recycled if they are made from materials that otherwise would have been discarded as waste, and which have been broken down physcially and/or chemically into basic raw materials which are then reconstitituted into a new product. The new product may be similar to the original product. However, merely taking an original product, cleaning it, painting it, and adding a new label does not meet the legal definition of \'recycled\'- which requires a process of breaking down the original product.'

recycledStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">Recycled products fall into one of three categories.'

recycledStr +='<ol>'

recycledStr +='<li style="margin-left:20px;margin-right:40px;">Primary recycled products are those that have been reprocessed into the same type of product, which theoretically can then be reprocessed over and over into identical products. An example would be a glass container. The process of primary recycling leaves the raw materials relatively free of contamination so that they can be reused in a nearly identical manner.</li><br /><br />'

recycledStr +='<li style="margin-left:20px;margin-right:40px;">Secondary recycled products have been processed into prodcuts that are similar to, and related in use to the original waste material. For example, corrugated cardboard boxes can be recycled into cereal boxes. However, the secondary recycling process, through contaminants, or by virtue of costs, degrades the reused materials so that they are not suitable for the original use.</li><br /><br />'

recycledStr +='<li style="margin-left:20px;margin-right:40px;">Tertiary recycled products are products that can not be, or more likely will not be, further recycled. Again, contamination in the retrieval process or the costs of reprocessing have prevented these products from being reformulated into primary or secondary recycled products. Bathroom tissue made from unsorted office paper is an example of a tertiary recycled product. For all practical purposes, a tertiary recycled product will end up in the waste stream to be disposed in a landfill or burned.</li>'

recycledStr +='</ol>'

recycledStr +='<p style="margin-left:20px;margin-right:20px;text-indent:10px;">Within the lexicography of manufacturers, consumers, environmentalists and conservationists, there are additional definitions concerning the waste stream of recycled materials. Waste material is identified as \'post-industrial\' or \'pre-consumer\' if was generated in the manufacturing process and was intended to be discarded. Waste is identified as \'post-consumer\' if it is generated by products that have been sold to, used by, and then discarded by, consumers. Recycling both forms of waste conserves resources. Recycling manufacturers\' wastes is primarily an issue of cost while recycling consumer waste is equally an issue of education of consumers, and availability of a profitable collection network.<br /><br /></td></tr></table></td></tr></table><br /><br />'



function recyclable () {

if(Opera||!IE6) {

bbPopUp=window.open('http://www.earthodyssey.com/recyclablePopUp.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=400,top=0,left=0');
	if (bbPopUp != null) {
		if (bbPopUp.opener == null) {
			bbPopUp.opener = self;
			}
		}

}else{
popUpSky.show(0,0,500,2*screen.height/3);
popUpSkyBody.innerHTML = recyclableStr;
}
}


if (!NS4up) {var popUpSky = window.createPopup();
popUpSkyBody = popUpSky.document.body;}

var welcomeStr = '<div style="background-image: url(\'images/leftShade.jpg\');background-repeat: repeat-y;background-attachment: scroll;position:relative; top:12px;margin-left:7%;z-index:1;"><div style="background-color: rgb(255,255,255);margin-left:100px;position:relative; top:0px;left:0px;width:76%;margin-top:30px;padding-bottom:30px;margin-right:4%;padding-right:40px;z-index:1;"><br /><br /><h1 style="font-family:arial;font-size:24pt;color:black;margin-top:10px;margin-bottom:-5px;">Welcome</h1><h3 style="color:#800000">You have reached: http://www.earthodyssey.com,<br /> the website of EarthOdyssey, LLC.</h3><br />We are committed to building trust in our website, our company, and the Internet in general. Therefore, we consider it important that you have an understanding of the implications of using this website. Please take some time to read our online document entitled: <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www.earthodyssey.com/privacy.html\'" title="a link to our webpage: Privacy policy, Legal notice and Security issues">Privacy policy, Legal notice and Security issues</span>, located on the webpage having the same title. In addition, the content on every page of this site has been provided with a rating of \'general\' by the Internet Content Rating Association (ICRA) and SafeSurf&#174;. This rating means every page is suitable for viewing by individuals of all age groups, including children.<br /><br /><div align="center"><input style="width:280px;text-align:center;vertical-align:middle;color:black;font-family:  arial,times,helvetica,lucida sans,verdana,sans-serif;font-weight:bold;border-top: 2px solid #C0C0C0 ;border-left: 2px solid #808080;border-right: 2px solid #404040;border-bottom: 2px solid #202020;background-color:rgb(115,170,250);" type="button" value="Close window and proceed to homepage" title="click to go to back to the homepage" onclick="parent.location.href=\'http://www.earthodyssey.com/index.html\'" onkeypress="parent.location.href=\'http://www.earthodyssey.com/index.html\'" onmouseover="this.style.backgroundColor=\'rgb(0,0,192)\'; this.style.color=\'white\';window.status=\'http://www.earthodyssey.com/index.html\';return true;" onfocus="this.style.backgroundColor=\'rgb(0,0,192)\'; this.style.color=\'white\';window.status=\'http://www.earthodyssey.com/index.html\';return true;" onblur="this.style.backgroundColor=\'rgb(115,170,250)\'; this.style.color=\'black\';return true;" onmouseout="this.style.backgroundColor=\'rgb(115,170,250)\'; this.style.color=\'black\';return true;" /><br /><br /></div></div></div><br /><br />'

var printStr ='<br /><br /><div style="background-image: url(\'images/leftShade.jpg\');background-repeat: repeat-y;background-attachment: scroll;position:relative; top:12px;margin-left:7%;z-index:1;"><div style="background-color: rgb(255,255,255);margin-left:100px;position:relative; top:0px;left:0px;width:76%;margin-top:30px;padding-bottom:30px;margin-right:4%;padding-right:40px;z-index:1;"><br /><br /><span style="font-family:comic sans ms;font-size:18pt;color:black">Instructions for ordering<br /><span style="font-size:14pt">the</span><br />EarthOdyssey<span style="display:inline;font-family:lucida sans,times, helvetica, sans-serif;" title="trademark symbol">&#8482;</span>&nbsp;pulling tool</span><br /><br />Please use the print function on your browser to print this form. It is important that you fill out the form completely so that your order can be processed without delay. Your e-mail address is necessary for shipping confirmation and in the event we need to contact you if there is a problem with the order. For shipments to New York State, we include an online sales tax calculator for your use and convenience.<br /><br />PLEASE NOTE: Orders with shipping addresses outside of the United States can not be accepted!<br /><br />Do you want to order more than five (5) EarthOdyssey&#8482;&nbsp; pulling tools? If yes, click the following link <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www.earthodyssey.com/priceTable.html\'" title="link to a table displaying pricing information for ordering more than six and as many as twenty, EarthOdyssey pulling tools">\'View pricing information\'</span> for prices on quantities of at least six, and as many as twenty, EarthOdyssey&#8482;&nbsp; pulling tools.<br /><br /></div></div></div><br /><br />';

var salesTaxStr ='<br /><br /><div style="background-image: url(\'images/leftShade.jpg\');background-repeat: repeat-y;background-attachment: scroll;position:relative; top:12px;margin-left:7%;z-index:1;"><div style="background-color: rgb(255,255,255);margin-left:100px;position:relative; top:0px;left:0px;width:76%;margin-top:30px;padding-bottom:30px;margin-right:4%;padding-right:40px;z-index:1;"><br /><br /><span style="font-family:comic sans ms;font-size:18pt;color:black">Introduction</span><br /><span style="font-family:arial;font-size:12pt;color:black">to the </span><br /><span style="font-family:comic sans ms;font-size:18pt;color:black">NY STATE SALES TAX CALCULATOR</span><br /> <span style="font-family:arial;font-size:10pt;color:black">(A public service courtesy of EarthOdyssey, LLC)</span><br /><br /><br />You have reached the NY STATE SALES TAX CALCULATOR made available as a public service service and as an aid to our customers by www.earthodyssey.com, the website of EarthOdyssey, LLC. The NY State sales tax information should prove very useful to you. We are a commercial business selling patented products to the public. EarthOdyssey, LLC is presently featuring the EarthOdyssey pulling tool, a patented invention that allows you pull the recycling container to the front curb rather than carry it. Please be sure to visit our <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www.earthodyssey.com/index.html\'" title="link to the EarthOdyssey, LLC homepage which can be found at http://www.earthodyssey.com/index.html">homepage</span>!<h2 style="background-color:transparent; font-family: comic sans ms, lydian bt, lucida sans, arial, sans-serif, rockwell, times, helvetica, garamond;text-align: center;color: #97270D;">SALES TAX IN NEW YORK STATE</h2>In New York, the sales tax on a retail purchase is computed from a sales tax rate that has as many as three components. The first component is the New York State sales tax rate which is a uniform rate of 4.25% (as of June 1, 2003) throughout the state.<br /><br />The second component is a local sales tax rate. This rate is usually, but not always, the county rate for the county in which the purchase was either made or delivered. Some individual cities have established their own sales tax. The county, or city rate, ranges from 3% to 4.25% across the state. The trend in sales tax rates is decidely upward based on recent state and local increases.<br /><br />The last component is the Metropolitan Commuter Transportation District (MCTD) sales tax. The MCTD rate is 0.25% and is levied only in New York City (encompassing New York County/Borough of Manhattan, Queens County/Borough of Queens, Bronx County/Borough of the Bronx, Kings County/Borough of Brooklyn, and Richmond County/Borough of Staten Island), and Dutchess, Nassau, Orange, Putnam, Rockland, Suffolk, and Westchester Counties. For a quick look at the versatility of the NY STATE SALES TAX CALCULATOR <span style="color:rgb(0,0,192);text-decoration:underline; cursor:pointer;" onmouseover="this.style.backgroundColor=\'#ffff80\';this.style.color=\'#97270D\';" onmouseout="this.style.backgroundColor=\'white\'; this.style.color=\'rgb(0,0,192)\';" onclick="this.style.color=\'#800080\';parent.location.href=\'http://www.earthodyssey.com/countyTaxTableCSS.html\'" title="link to the sales tax rate table listing the tax rates by county">click here</span> for a complete listing of sales tax rates by county.</div></div><br /><br /><br />'



if (!NS4up) {var popUpSky = window.createPopup();
popUpSkyBody = popUpSky.document.body;

popUpSkyBody.style.backgroundImage = "url('images/sky_background.jpg')";
popUpSkyBody.style.backgroundRepeat = "repeat";
popUpSkyBody.style.backgroundAttachment = "fixed"; 
popUpSkyBody.style.backgroundColor = "rgb(0,0,0)";
popUpSkyBody.style.fontSize = "10pt";
popUpSkyBody.style.fontWeight = "bold";
popUpSkyBody.style.fontFamily = "arial";
popUpSkyBody.style.cursor = "default";
popUpSkyBody.style.overflowY ="scroll";
popUpSkyBody.style.overflowX ="scroll";

popUpSkyBody.style.scrollbarHighlightColor = "c0c0c0";
popUpSkyBody.style.scrollbarShadowColor = "#977A00";
popUpSkyBody.style.scrollbarDarkshadowColor = "#505050";
popUpSkyBody.style.scrollbarArrowColor = "#ffffff";
popUpSkyBody.style.scrollbarFaceColor = "black";
popUpSkyBody.style.scrollbarTrackColor = "#000000";
popUpSkyBody.style.scrollbarBaseColor = "rgb(192,192,192)";
}
function popupWelcome(){

	if(Opera||!IE6) {
	
jPopUp=window.open('http://www.earthodyssey.com/welcome.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=750,height=400,top=0,left=0')
		
		if(jPopUp != null) {
			if (jPopUp.opener == null) {
				jPopUp.opener = self;
				}
			}
				
		
			
		}else{
		popUpSky.show(0,0,7*screen.width/8,2*screen.height/3);
		popUpSkyBody.innerHTML = welcomeStr;
		}
}

	var wPopUp = null;
	var zPopUp = null;
	
function popupPrint() {
		
	if(IE6) {	
wPopUp=window.open('http://www.earthodyssey.com/orderInstructions.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=yes,width=750,height=400,top=0,left=0')
	if (wPopUp != null) {
		if (wPopUp.opener == null) {
			wPopUp.opener = self;
			}
		}
	}else{
		popUpSky.show(0,0,7*screen.width/8,2*screen.height/3);
		popUpSkyBody.innerHTML = printStr;
		}			
		
}


function popupSalesTax(){

       		if(Opera||!IE6) {	       		
kPopUp=window.open('http://www.earthodyssey.com/salesTaxWelcome.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=750,height=400,top=0,left=0')
       	
       		
       	
       		if(kPopUp != null) {
       			if (kPopUp.opener == null) {
       				kPopUp.opener = self;
       				}
       			}
       			
       		if (!window.kPopUp.focus()) {
       			window.kPopUp.focus()
       			}
       	}else{
		popUpSky.show(0,0,7*screen.width/8,2*screen.height/3);
		popUpSkyBody.innerHTML = salesTaxStr;
		}     
       	     
}

var sPopUp=null;

function popupAd(){

	if(Opera||!IE6) {
	
sPopUp=window.open('http://www.earthodyssey.com/adPopUp.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=yes,width=300,height=350,top=0,left=0')
		
		if(sPopUp != null) {
			if (sPopUp.opener == null) {
				sPopUp.opener = self;
				}
			}
				
				
		}else{
		popUpSky.show(0,0,300,screen.height);
		popUpSkyBody.innerHTML = adStr;
		}
}

var adStr='<br /><br /><div align="center"><div style="font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;color:rgb(255,255,255);text-decoration:underline;width:190px;">AN ADVERTISEMENT FOR THE EarthOdyssey&#8482;&nbsp;pulling tool, AN INNOVATIVE INVENTION</div></div><br /><div align="center"><div style="width:190px;background-color:transparent;color:#00ff00;font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;text-align:left;">The EarthOdyssey&#8482;&nbsp;pulling tool is a unique tool that makes the chore of carrying recycling containers to the front curb much easier. In fact, you no longer carry the containers. You leave the containers on the ground and let the earth carry the weight. All you need to do is merely pull the containers along the ground. It helps to preserve your back and reduce the possibility of backaches. It can also be used during yard cleanup. Visit our homepage for more information.</div></div>';

adStr +='<br /><div align="center"><input type="button" value="Homepage" name="home" style="color:black;background-color:rgb(115,170,250);border-top:2px solid rgb(255,255,255);border-left:2px solid rgb(205,205,205);border-right:2px solid rgb(160,160,160);border-bottom:2px solid rgb(130,130,130);font-family:  arial,times,helvetica,lucida sans,verdana,sans-serif;font-weight:bold;" onclick="parent.location.href=\'http://www.earthodyssey.com/index.html\'" onmouseover="this.style.color=\'white\';this.style.backgroundColor=\'rgb(0,0,192)\'" onmouseout="this.style.color=\'black\';this.style.backgroundColor=\'rgb(115,170,250)\'" /></div>';
	

var startTable ='<br /><table title="a table for page layout purposes only" summary="a table for page layout purposes only" style="background-color:white; border-top: 10px solid #81FBA6; border-left: 10px solid #5CDC83;border-right: 10px solid #009600;border-bottom: 10px solid #006400;color:black;font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;" align="center"><tr><td><table title="a table for page layout purposes only" summary="a table for page layout purposes only" style="background-color:white;border: 3px solid black;padding:0px;color:black;"><tr><td><div align="center">';

adStr += startTable;

adStr +='<a href="images/container2.jpg"><img src="images/container2_middle.jpg"  width="150" height="100" border="0" alt="An overall view of the EarthOdyssey pulling tool in use to pull a recycling container." /></a>'

var endTable ='</div></td></tr></table></td></tr></table><br />'

adStr += endTable;

//First table

adStr += startTable;

adStr += '<a href="images/handle3.jpg"><img src="images/handle3_small.jpg"  width="150" height="100" border="0" alt="The grip on the handle does not have to be tight in order to effectively pull an object." /></a>'

adStr += endTable;


//Second table

adStr += startTable;

adStr +='<a href="images/handle2.jpg"><img src="images/handle2_small.jpg" border="0" width="150" height="100" alt="A view from a different angle." /></a>'

adStr += endTable;

//Third table

adStr +=startTable;

adStr +='<a href="images/container1.jpg"><img src="images/container1_small.jpg" border="0" width="150" height="100" alt="The freely rotating handle allows complete freedom of hand and wrist movement." /></a></div>';

adStr +=endTable;


//Fourth table

adStr += startTable;

adStr += '<a href="images/container3.jpg"><img src="images/container3_small.jpg" border="0" width="150" height="100" alt="The hook engages the recycling container under the overhanging lip that runs along the top." /></a>'

adStr += endTable;

//Fifth table

adStr += startTable;

adStr +='<a href="images/branches1.jpg"><img src="images/branches1_small.jpg" border="0" width="150" height="100" alt="Tightly tie the bundle of branches using strong string or cord." /></a>'

adStr += endTable;

//Sixth table

adStr += startTable;

adStr += '<a href="images/branches2.jpg"><img src="images/branches2_small.jpg" width="150" height="100" border="0" alt="In the enlargement you will notice that the pulling tool flexes slightly. This is normal. It restraightens when you release the pulling force." /></a>'

adStr += endTable;


var wPopUp=null;

function rakePopUp(){

	if(Opera||!IE6) {
	
wPopUp=window.open('http://www.earthodyssey.com/rakePopUp.html','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=300,height=500,top=0,left=0')
		
		if(wPopUp != null) {
			if (wPopUp.opener == null) {
				wPopUp.opener = self;
				}
			}
				
				
		}else{
		popUpSky.show(screen.width-300,0,300,screen.height);
		popUpSkyBody.innerHTML = adRake;
		}
}

var adRake='<br /><br /><div align="center"><div style="font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;color:rgb(255,255,255);text-decoration:underline;width:190px;">A pictorial introduction to the LAWN RAKE AND CROSS HEAD ASSEMBLY, a new invention</div></div><br /><div align="center"><div style="width:190px;background-color:transparent;color:#00ff00;font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;text-align:left;">Scroll down to see images of the invention. Click on the button to jump to the image pages.</div></div>';

adRake +='<br /><div align="center"><input type="button" value="Images" name="images" style="color:black;background-color:rgb(115,170,250);border-top:2px solid rgb(255,255,255);border-left:2px solid rgb(205,205,205);border-right:2px solid rgb(160,160,160);border-bottom:2px solid rgb(130,130,130);font-family:  arial,times,helvetica,lucida sans,verdana,sans-serif;font-weight:bold;" onclick="parent.location.href=\'http://www.earthodyssey.com/lawnRake/rakeImages1.html\'" onmouseover="this.style.color=\'white\';this.style.backgroundColor=\'rgb(0,0,192)\'" onmouseout="this.style.color=\'black\';this.style.backgroundColor=\'rgb(115,170,250)\'" /></div>';
	

var startTable ='<br /><table title="a table for page layout purposes only" summary="a table for page layout purposes only" style="background-color:white; border-top: 10px solid #81FBA6; border-left: 10px solid #5CDC83;border-right: 10px solid #009600;border-bottom: 10px solid #006400;color:black;font-family: arial, times, helvetica, sans-serif;  font-weight: bold;font-size:10pt;" align="center"><tr><td><table title="a table for page layout purposes only" summary="a table for page layout purposes only" style="background-color:white;border: 3px solid black;padding:0px;color:black;"><tr><td><div align="center">';

adRake += startTable;

adRake +='<a href="images/rake27.jpg"><img src="images/rake27.jpg"  width="100" height="150" border="0" alt="The rake brings back the configuration of a cross-head as opposed to the fan-shaped rake heads now conventionally utilized."  /></a>'

var endTable ='</div></td></tr></table></td></tr></table><br />'

adRake += endTable;

//First table

adRake += startTable;

adRake += '<a href="images/rake31.jpg"><img src="images/rake31.jpg"  width="150" height="100" border="0" alt="The rake easily gathers leaves into a pile." /></a>'

adRake += endTable;


//Second table

adRake += startTable;

adRake +='<a href="images/rake33.jpg"><img src="images/rake33.jpg" border="0" width="150" height="100" alt="A view from a different angle." /></a>'

adRake += endTable;

//Third table

adRake +=startTable;

adRake +='<a href="images/rake15.jpg"><img src="images/rake15.jpg" border="0" width="150" height="100" alt="Sideview of the cross-head assembly, showing the tines freely suspended from the cross-head." /></a></div>';

adRake +=endTable;


//Fourth table

adRake += startTable;

adRake += '<a href="images/rake2.jpg"><img src="images/rake2.jpg" border="0" width="150" height="100" alt="Shown is a close-up view of one tine in a released position on the cross-head." /></a>'

adRake += endTable;

//Fifth table

adRake += startTable;

adRake +='<a href="images/rake30.jpg"><img src="images/rake30.jpg" border="0" width="100" height="150" alt="Raking can continue even with a tine in a released position." /></a>'

adRake += endTable;

//Sixth table

adRake += startTable;

adRake += '<a href="images/rake4.jpg"><img src="images/rake4.jpg" width="100" height="150" border="0" alt="Each tine is individually removable from the rake. Hence, each tine is easily replaceable. " /></a>'

adRake += endTable;

//Seventh table

adRake += startTable;

adRake += '<a href="images/rake25.jpg"><img src="images/rake25.jpg" width="150" height="100" border="0" alt="The handle, cross-arm, and tines comprise the major components of the rake." /></a>'

adRake += endTable;

//-->