// JavaScript Document

/*for every page*/
function popup(dir, w, h, scrolling){
window.open("http://librepensante.org/"+dir,"_blank", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars="+scrolling+", resizable=yes, copyhistory=no, width="+w+", height="+h)
}
function popuplink(dir, w, h, scrolling){
window.open(dir,"_blank", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars="+scrolling+", resizable=yes, copyhistory=no, width="+w+", height="+h)
}
function windowout(dir, ext, place)
{
window.open("http://"+dir+".librepensante.org/"+ext, place)}
function imgmenu(frame,dir,img){document.getElementById(frame).src=dir+img;}
function scrollin(x,y){window.scrollTo(x,y)}
