// JavaScript Document
function displayWidget(myid) {
    var winWidget=dhtmlwindow.open("widgetBox", "iframe", urlHome + "/panel.php?_node=widgetSignup&user_id=" + myid + "&step=1", "Join our Mobile Rewards Club", "width=590px,height=570px,resize=1,scrolling=1,center=1", "recal");
}

