function MM_openBrWindow(theURL,winName,features) {//v2.0
	var strHref = window.location.href;
	if(strHref.indexOf("url") == -1)
	{
		window.open(theURL,winName,features);
	}
}
