// JavaScript Document
/* 
Simple Javascript Email Encrypter ©2006-2008 3rd St. Web
Script adaptation by Jeff Yochim http://3rdstweb.com
Feel free to use this script, but please leave this comment block in. Thanks!
*/






// JavaScript Document

designer=('d'+'boomer')
designer2=('mickey'+'g')
designer3=('judy'+'e')
designer4=('p'+'geary')
designer5=('part'+'s')
designer6=('jo'+'e')
designer7=('son'+'ny')
designer8=('d'+'wilder')
designer9=('steve'+'l')
designer10=('lee.'+'hooker')
designer11=('frank'+'r')



goingTo=('mailto:')
contact=('@' + 'cntrl' + 'eng' + '.com')
subject=('?subject=Website Contact')



here=(goingTo+designer+contact+subject)



here2=(goingTo+designer2+contact+subject)


here3=(goingTo+designer3+contact+subject)


here4=(goingTo+designer4+contact+subject)


here5=(goingTo+designer5+contact+subject)


here6=(goingTo+designer6+contact+subject)


here7=(goingTo+designer7+contact+subject)


here8=(goingTo+designer8+contact+subject)


here9=(goingTo+designer9+contact+subject)

here10=(goingTo+designer10+contact+subject)
here11=(goingTo+designer11+contact+subject)


/*
Save this script as [3rdStWeb.js] in your website's root.
Then put this script in the web page's head (src="[relative or absolute path to file]")like this:
<script type="text/javascript" src="3rdStWeb.js"></script>

Change the link text as needed and put this in your web page content:
Email: <a href="#" onclick="parent.location=here1;return false;">Web Design</a>

If you want a link to a second email address, code it like this:
Email: <a href="#" onclick="parent.location=here2">Web Hosting</a>

You can add as many encrypted addresses as you like!

-Jeff
*/


//focus check


	
/*
Popup script
*/

// general popup script 
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


// external link popup script 
winName2=('')
features2=('width=800,height=450,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes')
function MM_openBrWindow2(theURL) { //v2.0
  window.open(theURL,winName2,features2);
}

// video link popup script 
winName3=('')
features3=('width=280,height=280')
function MM_openBrWindow3(theURL) { //v2.0
  window.open(theURL,winName3,features3);
}

// video link popup script 
winName5=('')
features5=('width=520,height=520')
function MM_openBrWindow5(theURL) { //v2.0
  window.open(theURL,winName5,features5);
}

// audio link popup script 
winName4=('audio')
features4=('width=280,height=190')
function MM_openBrWindow4(theURL) { 
 var winName4= window.open(theURL,winName4,features4); 
}
// video link popup script 
winName6=('video')
features6=('width=575,height=535,scrollbars=yes')
function MM_openBrWindow6(theURL) { 
var winName6=window.open(theURL,winName6,features6);

}
// video link popup script 
winName7=('video')
features7=('width=700,height=535,scrollbars=yes')
function MM_openBrWindow7(theURL) { 
var winName7=window.open(theURL,winName7,features7);

}

// video link popup script 
winName8=('video')
features8=('width=800,height=625,scrollbars=yes')
function MM_openBrWindow8(theURL) { 
var winName8=window.open(theURL,winName8,features8);

}


