function GC_PopupDisplay( ScriptFile, lang, height, width, resizable )
{
	ScriptFile2 = ScriptFile + '?LanguageName=' + lang;
	
	window.open( ScriptFile2, 'blank', 'directories=no,width=' + width + ',height=' + height + ',maximize=no,menubar=no,scrollbars=yes,resizable=' + resizable + ',status=0,top=0,left=0' );
}