//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function popup_real()
{
window.open('http://www.digitalmediacommunications.com/cgi-bin/tucson/auto.pl?passing_vars=all','_blank','height=400,width=800');
}
function popup_emp_profile()
{
window.open('http://www.digitalmediacommunications.com/cgi-bin/tucson/auto.pl?passing_vars=emp_profile','_blank','height=400,width=800');
}


///////////////////////// New consolidated functions

function popup_realestate()
{
window.open('http://digitalmediacommunications.com/adentry/config/tucson_re/player.php','_blank','height=400,width=800');
}
function popup_employment()
{
window.open('http://www.digitalmediacommunications.com/tucson/tucson_com/employment/player.php?passing_vars=all','_blank','height=400,width=800');
}
function popup_automotive()
{
window.open('http://www.digitalmediacommunications.com/cgi-bin/tucson/auto.pl?passing_vars=all','_blank','height=400,width=800');
}

function callJavascriptAuto(str) {
	var baselink = "http://www.digitalmediacommunications.com/cgi-bin/project/tucson/movie.pl?id="+str;
	window.open(baselink, "automovie", "toolbar=no, menubar = no, location = no, scrolbars = no, width = 600px, height = 400px");
}
function callJavascriptInhouse(str) {
	var baselink = "http://www.digitalmediacommunications.com/cgi-bin/project/tucson/inhouse.pl?id="+str;
	window.open(baselink, "automovie", "toolbar=no, menubar = no, location = no, scrolbars = no, width = 600px, height = 400px");
}
