// JavaScript Document
function closeBot(){
	document.getElementById("fpm_bot").style.visibility="hidden";
}

function show_m(nm,dd,wadr) {
	wadr = wadr?wadr:'Enter Web Address & Select a Sample';
	dd = "http://themingle.net/";
	a=document.formming.testsite.value;
	if(document.getElementById('hc_flash')) {
		document.getElementById('hc_flash').style.zIndex=1;
		document.getElementById('hc_flash').innerHTML='<a href="javascript:;" onclick="playmingle(\'hc_flash\')" style="position: absolute; margin-left:218px; margin-top:290px; z-index:1;"><img src="'+dd+'mp/re.gif" border=0></a>'; 
	} 
	if (a == wadr){
		myLightWindow.activateWindow({href: dd+'images/theMingle_02_logo03.jpg', title:'Oops!',height: 101, width: 295});
	} else {
		myLightWindow.activateWindow({href: dd+'home/mingleit.php?mn='+nm+'&ts=' + encodeURIComponent(a), title:'<b>Your Test Site: </b>' + a }); //, height: 598, width: 900
	}
}
