function zoom(pic) {
    window.open('zoom.php?photo='+pic, 'ZOOM', 'scrollbars=no,status=no,location=no,toolbar=no,resizable=no,width=200,height=200');
}

function zoom2(mit,xx,yy) {
    ZOOM2 = window.open(mit, 'ZOOM2', 'scrollbars=no,status=no,location=no,toolbar=no,resizable=no,width='+xx+',height='+yy);
}

function zoom3(mit) {
    window.open(mit, 'ZOOM3', 'scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes');
}

function zoom4(mit,xx,yy) {
    window.open(mit, 'ZOOM4', 'scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes,width='+xx+',height='+yy);
}

	theme_1 = new Image(); theme_1.src = 'images/theme_1_bg.jpg';
	theme_1_m = new Image(); theme_1_m.src = 'images/theme_1_m_bg.jpg';
	theme_2 = new Image(); theme_2.src = 'images/theme_2_bg.jpg';
	theme_2_m = new Image(); theme_2_m.src = 'images/theme_2_m_bg.jpg';
	theme_3 = new Image(); theme_3.src = 'images/theme_3_bg.jpg';
	theme_3_m = new Image(); theme_3_m.src = 'images/theme_3_m_bg.jpg';
	theme_4 = new Image(); theme_4.src = 'images/theme_4_bg.jpg';
	theme_4_m = new Image(); theme_4_m.src = 'images/theme_4_m_bg.jpg';
