//contact email popup
//"Javascript:openContact('email_popup.htm')"
function openContact(URL){
contactWin=window.open(URL,"contactWin","width=450,height=410,left=200,top=200")
}

//report a technical problem  popup
//"Javascript:openReport('problem_popup.htm')"
function openReport(URL){
reportWin=window.open(URL,"reportWin","width=450,height=410,left=200,top=200")
}

//success popup
//"Javascript:openSuccess('success.htm')"
function openSuccess(URL){
successWin=window.open(URL,"successWin","width=450,height=410,left=200,top=200")
}
