function OpenMedia( basedir, media, file, width, height )
{
	wwidth = width;
	wheight = height;
  
	window.open( basedir + 'www/media/media.php?media=' + media + '&file=' + file + '&width=' + width + '&height=' + height, 'okmMedia', 'height=' + wheight + ',width=' + wwidth + ',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no' );
	return;
}
