document.write("<style>.darkenBackground {background-color: rgb(0, 0, 0);opacity: 0.7;-moz-opacity:0.70;filter: alpha(opacity=70);z-index: 20;height: 100%;width: 100%;background-repeat:repeat;position:absolute;top: 0px;left: 0px;}</style>");
document.write("<div id=\"darkBackgroundLayer\" class=\"darkenBackground\" style=\"display:none\"></div><div id=\"dwindow\" style=\"z-index:50;position:absolute;background-color:#110000;cursor:hand;left:0px;top:0px;display:none\" onSelectStart=\"return false\"><div id=\"dwindowcontent\" style=\"height:100%\"><div align=\"right\" style=\"z-index:30;position:absolute;top:5px;right:5px;\"><img src=\"http://www.decoratorsbest.com/invite/close.gif\" onClick=\"closeit()\"></div><iframe frameborder=\"0\" id=\"cframe\" src=\"\" width=100% height=100% scrolling=\"no\"></iframe></div></div>")
document.write("<a href=\"#\"");
document.write("\" onclick=\"loadwindow('http://www.decoratorsbest.com/controls/referform.aspx',522,563)\" ><font color=\"#ff0000\">Invite Friends</font></a>");
var dragapproved=false
var minrestore=0
var initialwidth,initialheight
var ie5=document.all&&document.getElementById
var ns6=document.getElementById&&!document.all
document.getElementById("darkBackgroundLayer").style.display="none"
document.getElementsByName("darkBackgroundLayer").style.display="none"
function iecompattest(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}



function loadwindow(url,width,height){
	if (!ie5&&!ns6)
		window.open(url,"","width=width,height=height,scrollbars=1")
	else{
		var winW = ns6? window.innerWidth : iecompattest().clientWidth
		var offSet = (winW - width)*0.5
		if ( winW <= width)
		offSet= 0
		
		var winH = ns6? window.innerHeight : iecompattest().clientHeight
		var offSetH = (winH - height)*0.5
		if ( winH <= height)
		offSetH= 0
	
		document.getElementById("dwindow").style.display=""
		//document.getElementsByName("darkBackgroundLayer").style.display = ""
		document.getElementById("dwindow").style.width=initialwidth=width+"px"
		document.getElementById("dwindow").style.height=initialheight=height+"px"
		document.getElementById("dwindow").style.left= offSet +"px"
		//document.getElementById("dwindow").style.top=ns6? window.pageYOffset*1+30+"px" : iecompattest().scrollTop*1+30+"px"
		document.getElementById("dwindow").style.top= offSetH +"px"
		document.getElementById("cframe").src=url
		document.getElementById("darkBackgroundLayer").style.display=""
		document.getElementById("darkBackgroundLayer").style.width=winW+"px"
		document.getElementById("darkBackgroundLayer").style.height=winH+"px"
		}
	}
function closeit(){
	document.getElementById("dwindow").style.display="none"
	document.getElementById("darkBackgroundLayer").style.display="none"
	}
