function printWin() {
	window.open('/rbs2/print/print.php','saha_print','width=850,height=500,scrollbars=yes');
}

function openBookmark(theUrl, theTitle) {
	window.open(theUrl + '&title=' + escape(theTitle),'saha_bookmark','width=700,height=200,scrollbars=no');
}
