function OpenWindow(URL){

	window.open(URL, 'Window_news', 'width=455, height=665, menubar=no, toolbar=no, scrollbars=no');

}

