// JavaScript Document

<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=500,width=500');
	
}

// -->


