// Libreria general v0.004.

var versionWeb = "0.105";

if (typeof(oIGZ)!="undefined") 	{
	oIGZ.f_require ("i_core",0.931);
	oIGZ.f_require ("i_igz" ,0.818);
}else{
	alert ("Falta la libreria o el ID de 'i_core.js' o no existe 'i_igz.js'")
}

if ( oIGZ.f_checkLib("i_gfx", 0.249) ) {
	if ( oIGZ.f_checkLib("i_exml", 1.234)) {

		oWinFrame = new IWIN("oWinFrame");

		oWinFrame.f_defineTopEXML("<TABLE cellpadding=0 cellspacing=0 border=0'>"
									+"<TR>"
									+	"<TD class='IWinTopLeftIcoBg IWinTopLeftIcoSize' nowrap='nowrap'>&#160;</TD>"
									+	"<TD class='IWinTopBg IWinMSGTit' width='100%' onmousedown='<MOVE_ON />; return false' ><TITLE /></TD>"
									+	"<TD onclick='<EVENT_CLOSE />' class='IWinTopCloseBg IWinTopCloseSize' nowrap='nowrap' onmouseover='FHON(this)' onmouseout='FHOFF()' fh_tit='Cerrar ventana'>&#160;</TD>"
									+"</TR>"
									+"</TABLE>"
								);

		oWinFrame.f_build ("<TABLE cellpadding=0 cellspacing=0 border=0 width=<SIZEX /> >"
							+"<TR>"
							+	"<TD class='IWinTopLeftBg IWinTopLeftSize' nowrap='nowrap'>&#160;</TD>"
							+	"<TD width='100%'><TOP /></TD>"
							+	"<TD class='IWinTopRightBg IWinTopRightSize' nowrap='nowrap'>&#160;</TD>"
							+"</TR>"
							+"<TR>"
							+	"<TD class='IWinMidLeftBg IWinMidLeftSize' nowrap='nowrap'>&#160;</TD>"
							+	"<TD width='100%' style='background: #FFF;'><BODY /></TD>"
							+	"<TD class='IWinMidRightBg IWinMidRightSize' nowrap='nowrap'>&#160;</TD>"
							+"</TR>"
							+"<TR>"
							+	"<TD class='IWinBotLeftBg IWinBotLeftSize' nowrap='nowrap'>&#160;</TD>"
							+	"<TD class='IWinBotBg IWinBotSize' width='100%' nowrap='nowrap'>&#160;</TD>"
							+	"<TD class='IWinBotRightBg IWinBotRightSize' nowrap='nowrap'>&#160;</TD>"
							+"</TR>"
							+"</TABLE>"
						  );

	}
}

