function openDanceRequest(form)
{
    _target = form.target;
    _win = window.open('',form.target,'width=400,height=450,scrollbars=yes');
    if(typeof(focus)=="function")
    _win.focus();
    return true;
}
/*
function openDanceRequest(strDance, strSong, strArtist, strType, strMember)
{
    window.open('RequestSheet.php', 'request', 'status=0, toolbar=0, menubar=0, resizable=0, scrollbars=1, width=400, height=300');
}
*/
