function pop_pic_viewer(id, cat, obj_id){
 var url = "pic_viewer.php?obj_id="+obj_id+"&pic_id="+id+"&img_cat="+cat;
 win=window.open( url,"pic_viewer","resizable=yes, width=690, height=470, scrollbars");
 win.focus();
}

function pop_disclaimer(){
 win=window.open("disclaimer.php","disclaimer","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function pop_copyright(){
 win=window.open("copyright.php","copyright","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function print_content(url){
 win=window.open(url,"print","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function pop_mailinglist(){
 win=window.open("mod_mailinglist.php","mailinglist","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function get_document(id){
 win=window.open("docs_get.php?id="+id,"document","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function pop_inforequest(){
 win=window.open("mod_inforequest.php","inforequest","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}

function pop_curriculum(code){
 win=window.open("curriculum.php?code="+code,"inforequest","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}