var newwindow = '';
function popitup(url, width, height) {
		var size = 'width=' + width + ',height=' + height + ', resizeable=0 status=0 toolbar=0 menubar=0 directories=0 scrollbars=0 titlebar=0';
		newwindow=window.open(url,'map', size);
}	