<!--
function openWindow(url, windowname, width, height) {
	option = 'resizable,scrollbars=yes,menubar=no,locationbar=no,width='+width+',height='+height;
	popupWin = window.open(url, windowname, option);
}
// -->