// Žw’èURL‚ðŠJ‚­
function open_window(url, width, height){
	// url    : ‘JˆÚæ
	// width  : ‰¡•
	// height : c•
	window.open( url,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height );
}
