// JavaScript Document

function popUp_calc() {
	window.open("calculation.html", "Calculation", "toolbar = 0,scrollbars = 0,location = 0,statusbar = 1,menubar = 0,resizable = 0,width = 950,height = 350,left = 0,top = 0" );
}
function popUp_info() {
	window.open("info.html", "Info", "toolbar = 0,scrollbars = 0,location = 0,statusbar = 1,menubar = 0,resizable = 0,width = 620,height = 300,left = 100,top = 100" );
}
function popUp_vicesc() {
	window.open("../vicescaches.html", "Vices_Cach\xe9s", "toolbar = 0,scrollbars = 0,location = 0,statusbar = 1,menubar = 0,resizable = 0,width = 320,height = 255,left = 100,top = 100" );
}