function stopErrors() {
return true;
}
window.onerror = stopErrors;

//Special Pop
function openEv(){
//The doc to pop
var Page="special.html"

if (document.all)
Evwindow=window.open(Page,"","menubar=0,resizable=0,width=312,height=412")
else
Evwindow=window.open(Page,"","width=312,height=412")
}

//Dawsons Pop
function openEvd(){
//The doc to pop
var Page="pop-daws.html"

if (document.all)
Evwindow=window.open(Page,"","menubar=0,resizable=0,width=330,height=388")
else
Evwindow=window.open(Page,"","width=330,height=388")
}

//David Lee Roth Pop
function DLRT(){
DLRTWindow = window.open("./pop-spec.html","dlr","width=330,height=388");
}

//Q104 Pop
function JC(){
JCWindow = window.open("http://www.annieminogue.com/q104jc.html","jcp","width=301,height=419");
}

function ARpop(){
ARpopWindow = window.open("http://www.annieminogue.com/rad-pop.html","ADD","scrollbars=yes,width=335,height=388");
}

