function showSplatter(base) {

	var location = base + "splatter-zone/index.php"; 
	window.open(location, "splatter_zone", "status=0,toolbar=0,location=0,resizable=0,scrollbars=0,height=480,width=640");


}