﻿function EmbedSoapVideo(vars, height, width){
	document.write('<embed flashvars="'+vars+'" width="'+width+'" height="'+height+'" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://macromedia.com/go/getflashplayer">')
}

function EmbedSilverlightControl(p_src,p_host,p_id,p_width,p_height)
{
	var scene = new logos.Logos();
	Silverlight.createObjectEx({
		source: p_src,
		parentElement: document.getElementById(p_host),
		id: p_id,
		properties: {
			width: p_width,
			height: p_height,
			version: "1.0"
		},
		events: {
			onLoad: Silverlight.createDelegate(scene, scene.handleLoad)
		}
	});
}

// live search search
function DoLiveSearch(){
	var searchField=document.getElementById('searchterm');
	var searchval=searchField.value;
	if(searchval!=""){
		document.location.href="http://www.bing.com/search?q1=site%3Awww.healthsquare.be&FORM=FREESS&cp=1252&q="+escape(searchval);
	}else{
		searchField.focus();
	}
}


function TitleHover(ItemDiv)
{
	var links = ItemDiv.getElementsByTagName("a");
	links[0].className='pijl2_on';  
}

function TitleHoverOut(ItemDiv)
{
	var links = ItemDiv.getElementsByTagName("a");
	links[0].className='pijl2_off';  
}


