// JavaScript Document
function copyright(){
cc=window.open("copyright.html","","width=370, height=180, resizable=0, scrollbars=0");
}
//
function sconto(){
aa=window.open("pop_up.html","","width=139, height=200, resizable=0, scrollbars=0");
}
//
function slideshow(){
ss=window.open("slideshow.html","","width=760, height=230, resizable=0, scrollbars=0");
}
//
function zoom(id){
ss=window.open("zoom.php?id="+id,"","width=760, height=270, resizable, scrollbars");
}