//===== COWBELL Co. official web site ======================   `_` =====
//      C O W B E L L   c a f f e                              t
//      [!]Unauthorized copying of all contents prohibited.   K K  R
//========= (C)2001-2004 COWBELL Co. All rights reserved. == (d )m =====
// any problems?  ok, please contact us... mailto:info@cowbell.jp
//
// JavaScript - [function] open a small window "hi-tech mates"
// written by MORIKAWA Tetsushi - feb 10, 2004


function OpenReportWindow() {

	myURL = 'http://www.cowbell.jp/cotton/hitech_window.html';

		window.open(myURL,'myWindow','scrollbars=yes,resizable=yes,width=380,height=540');
}

