function showlink(link) {
	var container = "<div id='jqmTitle'><button class='jqmClose'>Close X</button><span id='jqmTitleText'>Track your cargo</span></div><iframe id='jqmContent' src=''></iframe>";
	$j('#epc').html(container);

	var modalContent = $j("iframe", '#epc');
	modalContent.html('').attr('src', link);
//	$j('#jqmTitleText').text('');
	$j('#epc').jqmShow();
}

function members_area()
{
	document.location = "http://206.48.20.209";
}


function gup( name )
{
	name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	var regexS = "[\\?&]"+name+"=([^&#]*)";
	var regex = new RegExp( regexS );
	var results = regex.exec( window.location.href );
	if( results == null )
		return "";
	else
		return results[1];
}

function select_contact( fld, val )
{
	fld = '#'+fld;
	jQuery(fld).val(val);
}
