// JavaScript Document
// DHTL window
function js_contact_form_with_comment_box(html_name){
	contact_html_window=dhtmlmodal.open('ModalWin', 'div', 'contact_form_with_comment_box', 'Contact Form', 'width=580px,height=703px,center=1,resize=0,scrolling=0')
	}
	
function js_contact_form_original(html_name){
	contact_html_window=dhtmlmodal.open('ModalWin', 'div', 'contact_form_original', 'Contact Form', 'width=555px,height=610px,center=1,resize=0,scrolling=0')
	}

function js_biography_photo(html_name){
	contact_html_window=dhtmlmodal.open('ModalWin', 'div', 'image_person_modal', 'Biography Picture', 'width=450px,height=600px,center=1,resize=0,scrolling=0')
	}

function closeform() {
	contact_html_window.hide();
	}

// Flash XML
// COMPO 1
var flashvars = {};
flashvars.folderPath = "wp-content/themes/tradingontheedge/flashmx/sidebar_1/";
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
var attributes = {};
swfobject.embedSWF("/wp-content/themes/tradingontheedge/flashmx/sidebar_1/DockMenuFX.swf", "DockMenuDiv", "290", "360", "9.0.0", false, flashvars, params, attributes);

/* COMPO 2 */
var flashvars2 = {};
flashvars2.folderPath = "wp-content/themes/tradingontheedge/flashmx/sidebar_2/";
var params2 = {};
params2.scale = "noscale";
params2.salign = "tl";
params2.wmode = "transparent";
var attributes2 = {};
swfobject.embedSWF("/wp-content/themes/tradingontheedge/flashmx/sidebar_2/DockMenuFX.swf", "DockMenuDiv2", "290", "360", "9.0.0", false, flashvars2, params2, attributes2);

// Lightbox
function LightboxDelegate(url,caption) {
 var objLink = document.createElement('a');
 objLink.setAttribute('href',url);
 objLink.setAttribute('rel','lightbox');
 objLink.setAttribute('title',caption);
 Lightbox.prototype.start(objLink);
}
