
if (window!= top)
top.location.href=location.href

function chg(A,B) {
 C = Array('solid 1px #f9a753','#ee9c48','solid 1px #e3903d');
 D = Array('solid 1px #efefef','#cfcfcf','solid 1px #afafaf');
 if(!B) {
  A.style.background = C[1];
  A.style.borderBottom = C[2];
  A.style.borderLeft = C[0];
  A.style.borderRight = C[2];
  A.style.borderTop = C[0];
 }
 else {
  A.style.background = D[1];
  A.style.borderBottom = D[2];
  A.style.borderLeft = D[0];
  A.style.borderRight = D[2];
  A.style.borderTop = D[0];
 }
}

function openWindow() {
  popupWin = window.open('http://www.lyricallysquared.com/testing/forumhelp.php', 'remote', 'width=500,height=300')
}