<!--

function popup(x, w, h ) {
	if ( h == null ) 
		h = 400;
	if ( w == null ) 
		w = 400;
	newWindow = window.open(x,'popup','width='+w+',height='+h+',resizable=0,locationbar=0,menubar=0,personalbar=0,scrollbars=0,toolbar=0,addressbar=0');
}

function poppix(x, w, h) {
		window.open(x,'poppix','width='+w+',height='+h+',resizable=0,locationbar=0,menubar=0,personalbar=0,scrollbars=0,toolbar=0,addressbar=0');
}

function swap(slot,imgName) {
	if ( ! document.images)
		return;
	document.images[slot].src=imgName;
}

//-->
