function openpage(url){
        top.window.open(url,"_parent","");
}
function openout(url){
        top.window.open(url,"_blank","");
}
