function WinOp(addr){
window.open(addr);
}

function newWin_cast(level, location, name){
childWin = window.open(level + "cast_details/" + location + "/" + name + ".html", "castWin","width=554,height=313,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no");
childWin.focus();
}

