//break frames
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

function stoperror(){
return true
}
window.onerror=stoperror

if(navigator.appVersion.charAt(0) == "4"){
if(navigator.appName=="Netscape")
  browser="other";
if(navigator.appName=="Microsoft Internet Explorer")
  browser="ie";
}

if(navigator.appVersion.charAt(0) == "5"){
if(navigator.appName=="Netscape")
  browser="ns6";
if(navigator.appName=="Microsoft Internet Explorer")
  browser="ie";
}

function new_win(url) {
scripts = 
window.open(url,"sitebilder","toolbar=1,menubar=1,location=1,directories=0,status=1,scrollbars=yes,resizable=yes");
}

function raise(e,effect){
if (document.all)
cell=event.srcElement
else if (document.getElementById)
cell=e.target
if (cell.className=="3d")
cell.style.borderStyle=effect
else{
while(cell.tagName!="table"){
cell=document.getElementById? cell.parentNode : cell.parentElement
if (cell.className=="3d")
cell.style.borderStyle=effect}
}
}

function open_window(url) {
scripts = 
window.open(url,"scripts","toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=580,height=400");
}

//Make Favorite
var url="http://www.sitebilder.com/"
var title="SITEBILDER Website Hosting and Design"
function makefavorite(){
if (document.all)
window.external.AddFavorite(url,title)}


function cookie_window(url) {
scripts = 
window.open(url,"scripts","toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width='580',height='400'");
}
