
// <!-- 

{

// this is main navigation on home page
button1 = new Image;
button1.src = "images/link_clients.gif";

button2 = new Image;
button2.src = "images/link_reasons.gif";

button3 = new Image;
button3.src = "images/link_reasons2.gif";

button4 = new Image;
button4.src = "images/link_articles.gif";

button5 = new Image;
button5.src = "images/link_wallpapers.gif";

button6 = new Image;
button6.src = "images/link_services.gif";

button7 = new Image;
button7.src = "images/link_horoscopes.gif";

button8 = new Image;
button8.src = "images/link_aboutme.gif";

button9 = new Image;
button9.src = "images/link_contact.gif";

button10 = new Image;
button10.src = "images/link_games.gif";
// end of main navigation on home page



// this is main navigation rollover
button1on = new Image;
button1on.src = "images/link_clients_roll.gif";

button2on = new Image;
button2on.src = "images/link_reasons_roll.gif";

button3on = new Image;
button3on.src = "images/link_reasons2_roll.gif";

button4on = new Image;
button4on.src = "images/link_articles_roll.gif";

button5on = new Image;
button5on.src = "images/link_wallpapers_roll.gif";

button6on = new Image;
button6on.src = "images/link_services_roll.gif";

button7on = new Image;
button7on.src = "images/link_horoscopes_roll.gif";

button8on = new Image;
button8on.src = "images/link_aboutme_roll.gif";

button9on = new Image;
button9on.src = "images/link_contact_roll.gif";

button10on = new Image;
button10on.src = "images/link_games_roll.gif";
// end of main navigation rollover


// this is main navigation on clients page
button11 = new Image;
button11.src = "images/link_home.gif";

button12 = new Image;
button12.src = "images/level1-link_bigbot.gif";

button13 = new Image;
button13.src = "images/level1-link_oneleg.gif";

button14 = new Image;
button14.src = "images/level2-link_dogbot.gif";

button15 = new Image;
button15.src = "images/level2-link_cyclopbot.gif";

button16 = new Image;
button16.src = "images/level2-link_catbot.gif";
// end of main navigation on clients page

button17 = new Image;
button17.src = "images/link_info.gif";


// this is main navigation on clients page rollover
button11on = new Image;
button11on.src = "images/link_home_roll.gif";

button12on = new Image;
button12on.src = "images/level1-link_bigbot_roll.gif";

button13on = new Image;
button13on.src = "images/level1-link_oneleg_roll.gif";

button14on = new Image;
button14on.src = "images/level2-link_dogbot_roll.gif";

button15on = new Image;
button15on.src = "images/level2-link_cyclopbot_roll.gif";

button16on = new Image;
button16on.src = "images/level2-link_catbot_roll.gif";
// end of main navigation on clients page rollover

button17on = new Image;
button17on.src = "images/link_info_roll.gif";


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}

// popup new window

function openit(sURL,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}

// pulldown menu for article section: ethancote.com
function formHandler(form){
var URL = document.form.choices.options[document.form.choices.selectedIndex].value;
window.location.href = URL;
}

// pulldown menu for article section: article sections
function formHandler2(form){
var URL = document.form.articles.options[document.form.articles.selectedIndex].value;
window.location.href = URL;
}

// pulldown menu for article section: featured authors
function formHandler3(form){
var URL = document.form.authors.options[document.form.authors.selectedIndex].value;
window.location.href = URL;
}

// pulldown menu for font interview section: font creators
function formHandler4(form){
var URL = document.form.font.options[document.form.font.selectedIndex].value;
window.location.href = URL;
}

// -->
