function openWIN(url) {
	poster = window.open(url,"WIN",'scrollbars=yes,resizable=no,menubar=no,status=no,toolbar=no,width=500,height=350');
}
