// JavaScript Document

function Openwin444(url){
	  win=window.open(url,
	  "green","menuber=no,scrollbars=yes,width=950,height=640");
	  }
	  

function Openwin555(url){
	  win=window.open(url,
	  "green","menuber=no,scrollbars=yes,width=600,height=620");
	  }


function close_win(){
	window.close();
	}
