<!--
	function launch(URL,windowName,features) { //v2.0
  	window.open(URL,windowName,features);
}
-->