// bust outta framesif (parent.frames.length > 0) {parent.location.href = location.href;}NS4 = document.layers;if (NS4) {	origWidth = innerWidth;	origHeight = innerHeight;}function reDo() {	if (innerWidth != origWidth || innerHeight != origHeight) 	location.reload();}if (NS4) onresize = reDo;var newWin = null;function popUp(url) {	if (newWin != null && !newWin.closed)		newWin.close();	newWin = window.open(url,name,'top=80,left=200,width=320,height=240,channelmode=0,dependent=1,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,toolbar=0');	newWin.focus();}