/* === <General Functions & Last Calls ==== */
/* ======================================== */
function toggleElement(id) {
	if ($(id)) {
		telement = $(id);
		tto = (telement.style.display == 'none' || telement.style.display == '') ? 'block' : 'none';
		telement.style.display = tto;
	}
}
/* <Flash Call */
var flashvars = {
};
var params = {
  menu: "false",
  wmode: "transparent"
};
var attributes = {
};
swfobject.embedSWF("site/images/180x250.swf", "180x250", "180", "250", "9.0.0", "180x250.swf", flashvars, params, attributes);

swfobject.embedSWF("site/images/620x80.swf", "620x80", "620", "80", "9.0.0", "620x80.swf", flashvars, params, attributes);
 /* >Flash Call */
 
/* === >General Functions & Last Calls ==== */