var e				= new Image();
e.src				= "/en/img/e.gif";

function new_window(url,w,h) {
	if (w==0 || h==0) {
		window.open(url);
	} else {
		gwin = window.open(url,'gwin','width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
		gwin.focus();
	}
	return false;
}

var isLoaded	=	true;
