/***************************************
*  ILMARI NET SOLUTIONS                *
*                                      *
*  (c) Damex Oy 2001-2004.             *
*                                      *
*  Css / Arto Aaltonen                 *
*                                      *
***************************************/

function openwindow(w, h) {
	window.open("", "liite", 'toolbar=0,location=0,scrollbars=1,width=' + w + ', height=' + h + ', resizable=1');
}
