// JavaScript - Mailing List Pop-up Script
	function popMailList(){
	var popurl="http://www.marz.ws/maillist/index.php";
	winpops=window.open(popurl,"","width=550,height=350, scrollbars, resizable");
}

function popIt(popurl, width, height){
	winpops=window.open(popurl,"","width="+width+",height="+height+", scrollbars, resizable");
}