/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

// swap images
function swap(target,img){
	if(document.images[target]){
		document.images[target].src=img;
	}
}

// open popup window
function popup(url, w, h){
	window.open(url, "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height="+h+",width="+w);
}

/* Developed by Dubbele:punt Design - www.dubbelepunt.com */


