 
function defaultexit()
{
	eval("var widisopen = window.open('"+outurl+"','mbpop','toolbar=1,menubar=1,status=1,location=1,directories=1,scrollbars=1,resizable=1')");
	if (!widisopen) 
	{
		showurl='("'+outurl+'","","dialogHeight: "+h+"; dialogWidth:"+w+"; dialogTop: 0px; dialogLeft: 0px; edge:aised;enter: Yes; help:Yes; resizable: No; status: No;")';
		eval(showmoddialog+showurl);
	}
}
function loadexit()
{
	if (con==1)
	{
		if (!XP || typeof(document.getElementById('iee'))!='object' || XP=='undefined') 
		{
			defaultexit();
		}
		else if(Microsoft && IE5)
		{
			check = false;	
			try
			{
				F1.close();	
				check = true;
			}
			catch (e)
			{ check = false; }
			if(check)
			{
				defaultexit();
				return true;
			}
			if(document.referrer.length>0)
			{
				try
				{
					iie.launchURL(document.referrer);
				}
				catch (e)
				{	}
			}
			try
			{
				iie.launchURL(outurl);
			}
			catch (e)
			{
				defaultexit();
			}
			self.focus();
			setTimeout('   myfocus()   ',20);
		}
		else defaultexit();
	}
}
var IE5 = (document.getElementById && document.all)? true : false;
if (navigator.appName.indexOf('Microsoft') != -1) 
{
	var Microsoft = true;
}
if (window.navigator.userAgent.indexOf('SV1') != -1)
{
	var XP = true;
}
function myfocus()
{
	self.focus();
}
function connull()
{
	con = 0;
}
