     Image1a= new Image(56,60)
     Image1a.src = "http://www.synthetic-x.com/images/comb1.png"
     Image1b = new Image(56,60)
     Image1b.src = "http://www.synthetic-x.com/images/comb1_glow.png"
     Image2a= new Image(56,60)
     Image2a.src = "http://www.synthetic-x.com/images/comb2.png"
     Image2b= new Image(56,60)
     Image2b.src = "http://www.synthetic-x.com/images/comb2_glow.png"
     Image3a = new Image(56,60)
     Image3a.src = "http://www.synthetic-x.com/images/comb3.png"
     Image3b= new Image(56,60)
     Image3b.src = "http://www.synthetic-x.com/images/comb3_glow.png"
     Image4a = new Image(56,60)
     Image4a.src = "http://www.synthetic-x.com/images/comb4.png"
     Image4b = new Image(56,60)
     Image4b.src = "http://www.synthetic-x.com/images/comb4_glow.png"
     Image5a= new Image(56,60)
     Image5a.src = "http://www.synthetic-x.com/images/comb5.png"
     Image5b = new Image(56,60)
     Image5b.src = "http://www.synthetic-x.com/images/comb5_glow.png"
     Image6a= new Image(56,60)
     Image6a.src = "http://www.synthetic-x.com/images/comb6.png"
     Image6b = new Image(56,60)
     Image6b.src = "http://www.synthetic-x.com/images/comb6_glow.png"
     Image7a= new Image(56,60)
     Image7a.src = "http://www.synthetic-x.com/images/comb7.png"
     Image7b = new Image(56,60)
     Image7b.src = "http://www.synthetic-x.com/images/comb7_glow.png"

function enter()  {
NewWin= window.open("http://www.synthetic-x.com/music/music.html", "music",
"width=500,height=375,menubar=no,status=yes,toolbar=no,scrollbars=no,resizing=no");
}

function enter2() {
NewWin= window.open("http://www.synthetic-x.com/scrolllinks.html", "links",
"width=600,height=200,menubar=no,status=yes,toolbar=no,scrollbars=no,resizing=no");
}

function enter3() {
NewWin= window.open("http://www.cgsystems.biz/board/", "board",
"width=800,hight=500,menubar=no,status=yes,toolbar=yes,scrollbars=yes,resizing=yes");
}

function enter4() {
NewWin= window.open("http://www.synthetic-x.com/ads.html", "sponsors",
"width=800,hight=500,menubar=no,status=yes,toolbar=yes,scrollbars=yes,resizing=yes");
}

function enter5() {
NewWin= window.open("http://www.synthetic-x.com/pictures.html", "pictures",
"width=660,height=515,menubar=no,status=yes,toolbar=no,scrollbars=yes,resizing=no");
}

function enter6() {
NewWin= window.open("http://www.synthetic-x.com/mobile/", "mobile",
"width=225,height=425,menubar=no,status=no,toolbar=no,scrollbars=no,resizing=no");
}

function enter7() {
NewWin= window.open("http://www.synthetic-x.com/blogarchive.html", "archives",
"width=450,height=400,menubar=no,status=yes,toolbar=yes,scrollbars=yes,resizing=yes");
}

function Normal1() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_1.src = Image1a.src; return true;
}

function Glow1() {
window.status="M U S I C Recommendations"; document.comb_1.src = Image1b.src; return true;
}

function Normal2() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_2.src = Image2a.src; return true;
}

function Glow2() {
window.status="L I N K S !"; document.comb_2.src = Image2b.src; return true;
}

function Normal3() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_3.src = Image3a.src; return true;
}

function Glow3() {
window.status="D I S C U S S I O N Board"; document.comb_3.src = Image3b.src; return true;
}

function Normal4() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_4.src = Image4a.src; return true;
}

function Glow4() {
window.status="M Y S T E R Y - Help with the tolls."; document.comb_4.src = Image4b.src; return true;
}

function Normal5() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_5.src = Image5a.src; return true;
}

function Glow5() {
window.status="P I C T U R E S"; document.comb_5.src = Image5b.src; return true;
}

function Normal6() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_6.src = Image6a.src; return true;
}

function Glow6() {
window.status="M O B I L E - Synthetic-X on the go. (Soon to be XHTML friendly)"; document.comb_6.src = Image6b.src; return true;
}

function Normal7() {
window.status="S Y N T H E C I Z E D for your protection."; document.comb_7.src = Image7a.src; return true;
}

function Glow7() {
window.status="A R C H I V E from 2001 to present."; document.comb_7.src = Image7b.src; return true;
}

function togglecomments (postid) { 

   var whichpost = document.getElementById(postid); 
   
   if (whichpost.className=="commentshown") { 
      whichpost.className="commenthidden"; 
   } 
   else { 
      whichpost.className="commentshown"; 
   } 
}