// JavaScript Document


var pop01X = (screen.width/200)+200;
var pop01Y = (screen.height/100)+100;
var pos = "left="+pop01X+",top="+pop01Y;

function pop01(){pop01Window = window.open("popups/fotosanacion_01.html","pop","menubar=no,scrollbars=no,dependent=yes,resizable=no,width=552,height=520,"+pos);}


function pop02(){pop01Window = window.open("popups/fotosanacion_02.html","pop","menubar=no,scrollbars=no,dependent=yes,resizable=no,width=667,height=520,"+pos);}


function pop03(){pop01Window = window.open("popups/fotosanacion_03.html","pop","menubar=no,scrollbars=no,dependent=yes,resizable=no,width=640,height=500,"+pos);}


function pop04(){pop01Window = window.open("popups/videosanacion_01.html","pop","menubar=no,scrollbars=no,dependent=yes,resizable=no,width=586,height=420,"+pos);}


function pop05(){pop01Window = window.open("popups/videosanacion_02.html","pop","menubar=no,scrollbars=no,dependent=yes,resizable=no,width=586,height=420,"+pos);}



