// JavaScript Document
function wopen(a){
    var W01;
    W01=window.open(a,"kids","width=750,height=400");
    W01.focus()
}
