/*
ADK Multimedia.com 323.666.3034
*/

function opencredit(){
//set this to the file of the credit
var creditfile="contest_winners.html"

if (document.all)
creditwindow=window.open(creditfile,"","width=600,height=450")
else
creditwindow=window.open(creditfile,"","width=600,height=450")
}

function submitopen(){
//set this to the file of the credit
var creditfile="popup_thankyou.html"

if (document.all)
creditwindow=window.open(creditfile,"","width=600,height=450")
else
creditwindow=window.open(creditfile,"","width=600,height=450")
}