function openlogin(){
	loginwindow=dhtmlmodal.open('loginBox', 'iframe', 'login.php', 'Login into Energy 100', 'width=432px,height=333px,center=1,resize=0,scrolling=1')
} //End "openlogin" function

function openregister(){
	registerwindow=dhtmlmodal.open('registerBox', 'iframe', 'register.php', 'Register Energy 100 Account', 'width=570px,height=500px,center=1,resize=0,scrolling=1')
} //End "openlogin" function

function openmsgbox(msg){
	msgboxwindow=dhtmlmodal.open('msgbox', 'iframe', 'msgbox.php?msgmain=' + msg, 'Radio Energy', 'width=400px,height=170px,center=1,resize=0,scrolling=1')
} 

function openshoutout(){
	shoutoutwindow=dhtmlmodal.open('shoutoutbox', 'iframe', 'shoutout.php', 'Send Instant Shoutout', 'width=475px,height=400px,center=1,resize=0,scrolling=1')
} 

function opencomment(mytitle){
	commentwindow=dhtmlmodal.open('shoutoutbox', 'iframe', 'comment.php?mytitle=' + mytitle, 'Comment On Article', 'width=475px,height=400px,center=1,resize=0,scrolling=1')
} 
function opensubmissions(){
	submissionswindow=dhtmlmodal.open('submissionsbox', 'iframe', 'submissions.php', 'Send your Submission', 'width=490px,height=380px,center=1,resize=0,scrolling=1')
} 

function openpicture(filename){
	picturewindow=dhtmlmodal.open('picturebox', 'iframe', 'picture.php?filename=' + filename, 'Save your wallpaper', 'width=730px,height=500px,center=1,resize=0,scrolling=1')
} 

function openstorypicture(filename){
	picturewindow=dhtmlmodal.open('picturebox', 'iframe', 'picture.php?id=story&filename=' + filename, 'Story Picture', 'width=730px,height=500px,center=1,resize=0,scrolling=1')
} 

function opensettopic(){
	topicwindow=dhtmlmodal.open('settopicbox', 'iframe', 'settopic.php', 'Set Current Topic', 'width=450px,height=350px,center=1,resize=0,scrolling=1')
} 
