// JavaScript Document
function open_window(url,w) {
	window.open(url, w, 'width=800, height=720, menubar=no, toolbar=no, scrollbars=yes');
}

