function start_video(con_id,flv_url,image,link) {
// var path = unescape(document.location);
     path = "http://crabreviews.com/content/" + flv_url;
var embedStr = '<embed src="http://pantyhose-tube.com/mediaplayer.swf" id="jstest" name="jstest" '+
   'width="'+image.width+'" height="'+image.height+'" allowscriptaccess="always" '+
   'allowfullscreen="true" flashvars="image='+image.src+'&displayclick=link&linkfromdisplay=true&linktarget=_self&height='+image.height+'&width='+image.width+'&file='+path+'&displayheight=480&streamer='+path+'&searchbar=false&autostart=true&link='+escape(link)+'" />';
document.getElementById(con_id).innerHTML = embedStr;
}

function setOpacity(name,value) {
var obj=document.getElementById(name);
 obj.style.opacity = value/10;
 obj.style.filter = 'alpha(opacity=' + value*10 + ')';
}

