
function info_L(count){
filename ="info/info" + count + ".htm";
window.open(filename,"large", "width=500,height=300,resizable=no,scrollbars=yes,directories=no,location=no,menubar=no,status=no,toolbar=no,personalbar=no,left=5,top=30,screenX=5,screenY=30");
}
function info_L_php(count){
filename ="../info/info" + count + ".htm";
window.open(filename,"large", "width=500,height=300,resizable=no,scrollbars=yes,directories=no,location=no,menubar=no,status=no,toolbar=no,personalbar=no,left=5,top=30,screenX=5,screenY=30");
}
function info_map(count){
filename ="info/maps/map" + count + ".htm";
window.open(filename,"maps", "width=600,height=500,resizable=yes,scrollbars=yes,directories=no,location=no,menubar=no,status=no,toolbar=no,personalbar=no,left=5,top=30,screenX=5,screenY=30");
}
function sampForm(count){
filename ="sampForm/form" + count + ".htm";
window.open(filename,"forms", "width=700,height=500,resizable=no,scrollbars=yes,directories=no,location=no,menubar=no,status=no,toolbar=no,personalbar=no,left=5,top=30,screenX=5,screenY=30");
}