function show_demo(demo_url){
	var demowin=dhtmlmodal.open("demobox", "iframe", demo_url , "demo", "width=985px,height=520px,resize=0,scrolling=0,center=1", "recal");
	demowin.onclose=function(){return true;}
}

function review_pop(company_id){
	var reviewwin=dhtmlmodal.open("reviewbox", "iframe", "http://rockfordsearch.com/reviews/default.asp?company_id=" + company_id , "Write A Review", "width=525px,height=500px,resize=0,scrolling=0,center=1", "recal");
	reviewwin.onclose=function(){return true;}
}

function show_video(){
	var videowin=dhtmlmodal.open("videobox", "iframe", "advertising_video.asp" , "Demo Video", "width=495px,height=365px,resize=0,scrolling=0,center=1", "recal");
	videowin.onclose=function(){return true;}
}

function show_pricing(){
	var pricingwin=dhtmlmodal.open("pricebox", "iframe", "advertising_pricing.asp" , "Package Pricing", "width=775px,height=520px,resize=0,scrolling=0,center=1", "recal");
	pricingwin.onclose=function(){return true;}
}

function show_join(){
	var joinwin=dhtmlmodal.open("joinbox", "iframe", "advertising_create.asp" , "Create Account", "width=495px,height=365px,resize=0,scrolling=0,center=1", "recal");
	joinwin.onclose=function(){return true;}
}

function survey_complete(){
	var srvyboxx=dhtmlmodal.open("srvybox", "div", "complete_div" , "Survey Completed", "width=495px,height=100px,resize=0,scrolling=0,center=1", "recal");
	srvyboxx.onclose=function(){return true;}
}

function preview_design(template_id){
	var previewwin=dhtmlmodal.open("previewbox", "iframe", "/advertise_here/preview_design.asp?template_id=" + template_id , "Preview Design", "width=900px,height=500px,resize=0,scrolling=0,center=1", "recal");
	previewwin.onclose=function(){return true;}
}
