/* (c) Herbert Lonstein, all rights reserved
	design by Westerlike Ltd.
 */
var flashvars = {};
var params = {};
params.play = "true";
params.loop = "true";
params.menu = "false";
params.quality = "high";
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
params.bgcolor = "#000000";
params.devicefont = "false";
params.allowfullscreen = "true";
params.allowscriptaccess = "sameDomain"; 
function showVideo() { 
	var attributes = {};
	attributes.id = "landingVideo";
	attributes.name = "landingVideo";
	attributes.styleclass = "landingVideo";
	attributes.align = "middle";			
	swfobject.embedSWF("http://ecbiz66.inmotionhosting.com/~lonste5/wp-content/themes/WesterlikeTheme/flvPlayer.swf?imagePath=http://ecbiz66.inmotionhosting.com/~lonste5/wp-content/themes/WesterlikeTheme/thumb.jpg&videoPath=http://ecbiz66.inmotionhosting.com/~lonste5/wp-content/themes/WesterlikeTheme/lonstein.flv&autoStart=true&autoHide=false&autoHideTime=5&hideLogo=true&volAudio=90&newWidth=640&newHeight=505&disableMiddleButton=false&playSounds=true&soundBarColor=0x939A51&barColor=0x939A51&barShadowColor=0xBFC58F&subbarColor=0xffffff", "landingVideo", "320 px", "230", "8.0.0", "expressInstall.swf", flashvars, params, attributes);
		
}

$(function() {
	var clickInProgress = false;
	var panelOpen = false;
	$("#contactLink").click(function() { 
		if(!clickInProgress) { 
			clickInProgress = true;
			if(!panelOpen) { 
				$(".contactPanel").slideDown("slow");
				panelOpen = true;
				clickInProgress = false;
			} else { 
				$(".contactPanel").slideUp("fast");
				panelOpen = false;
				clickInProgress = false;
			}
		}
		return false;
	});
});
