// JavaScript Document

function register(){ //Define arbitrary function to run desired DHTML Window widget codes

ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "newsletter.php", "Newsletter Registration", "width=250px,height=150px,left=235px,top=235px,resize=1,scrolling=1")

}

function getGreetings(){ //Define arbitrary function to run desired DHTML Window widget codes

ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "greetings.php", "Greetings", "width=250px,height=165px,left=750px,top=50px,resize=0,scrolling=0")

}



function getVideo(x,y){ //Define arbitrary function to run desired DHTML Window widget codes



ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "flash_1.php?id="+x+"&tbl="+y, "ellamey.com", "width=425px,height=350px,left=500px,top=100px,resize=0,scrolling=0")

}
