//Switch Menu For Main Navigation Page

if(parent.location.href == self.location.href) {
window.location.href = '/index.asp?go=' + self.location.href;
}
