

function opendocument(url) {
	window.open(url,'document','toolbar=no, menubar=no, scrollbars=yes, width=640, height=480, resizable=yes');
}


