// JavaScript Document
	function openWin(url,width,height) {
		var newWin = window.open(url,'popup','scrollbars=yes,status=no,resizeable=no,location=no,directories=no,toolbar=no,menubar=no,width='+width+',height='+height)
	}
