	function lj()
	{
		var lj;
		var ljc;
		
		if (lj = document.getElementById('lj'))
		{
			lj.style.position = 'absolute';
			lj.style.left = '5%';
			lj.style.top = '5%';
			lj.style.width = '870px';
			lj.style.height = '90%';
			lj.innerHTML = '<iframe src="http://litejasmin.com" width="' + lj.style.width + '" height="' + lj.style.height + '" border="0"></iframe>';
			lj.style.visibility = "visible";
			if (ljc = document.getElementById('ljc'))
			{
				ljc.style.position = lj.style.position;
				ljc.style.left = lj.style.left;
				ljc.style.top = lj.style.top;
				ljc.style.width = lj.style.width;
				ljc.style.height = lj.style.height;
				ljc.style.zIndex = '1';
				ljc.style.border = '1px solid white';
				lj.style.visibility = "visible";
			}
		}
	}
	function ljc()
	{
		var lj;
		var ljc;
		
		if (lj = document.getElementById('lj'))
		{
			lj.style.visibility = "hidden";
			if (ljc = document.getElementById('ljc'))
			{
				ljc.style.visibility = "hidden";
			}
		}
	}
