/*
son of suckerfish menu script from:
http://www.htmldog.com/articles/suckerfish/dropdowns/
 */
 
 sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
			this.style.zIndex=200; //this line added to force flyout to be above relatively positioned stuff in IE
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

function my_winEZ1()
{
window.open('http://www.bestsellingwebsite.com/ez-TEST/Chart.htm','mywindow','width=700,height=650,toolbar=yes,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}
function my_win1()
{
window.open('http://www.bestsellingwebsite.com/Contact.htm','mywindow','width=750,height=450,toolbar=yes,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}
function my_win2()
{
window.open('http://www.bestsellingwebsite.com/AboutUs.htm','mywindow','width=750,height=450,toolbar=yes,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}