function openVideoWindow(url){
    var w = window.open(url,'','width=400,height=369,scrollbars=no,resizable=yes');
    if (w) {
        w.focus();
    }
    return false;
}
function printtext(text){
    text = document;
    print(text);
}
