function pops(URL){
winpops=window.open(URL,"","width=200,height=135,left=500,top=400,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")
}

function poprate(URL){
winpops=window.open(URL,"","width=200,height=250,left=500,top=400,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")
}

function popsite(URL){
winpops=window.open(URL,"","width=355,height=225,left=500,top=400,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")}



function popblurb(URL){
winpops=window.open(URL,"","width=600,height=750,left=500,top=250,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")}



function popboss(URL){
winpops=window.open(URL,"","width=600,height=300,left=500,top=250,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")}

function popchat(URL){
winpops=window.open(URL,"","width=680,height=680,left=500,top=250,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")}


function CloseWindow() {

var TestName = document.getElementById("blurbFrame")
TestName.style.display='none'

}

function showWindow() {

var TestName = document.getElementById("blurbFrame")
TestName.style.display=''

}

