// Swap Image Function
function si (img,imgsrc) {if (typeof(img)=='object') {img.src=imgsrc}}
function on (img) {si(img,'../img/menu-dot-grey.gif')}
function off (img) {si(img,'../img/px.gif')}

// open pop-up
function poptitel(url) {
	window.open(url, 'titelpop', 'directories=0,height=350,width=400,location=0,resizable=1,scrollbars=1,toolbar=0');
	return false;
}
function poplegal(url) {
	window.open(url, 'legalpop', 'directories=0,height=400,width=450,location=0,resizable=1,scrollbars=1,toolbar=0');
	return false;
}
function popscreen(url,w,h) {
	window.open(url, 'screenpop', 'directories=0,height=' + (h+40) + ',width=' + (w+40) + ',location=0,resizable=1,scrollbars=1,toolbar=0');
	return false;
}