// JavaScript Document

<script type="text/javascript">

function popUp(winURL) {
	window.open(winURL, "newWindow");
	}
</script>