var swfobject;
function InternalLinkToDemo(VideoNB,CompanyID) {
    <!-- You may use another Template ID to activate a different Template (other look or other language) -->
    <!-- Please contact us for the design of the new Template : http://www.cedemo.com -->
	
   if (swfobject!==undefined) {
		var obj = swfobject.getObjectById("cedemoPlayer");
		if (obj ) { obj.stopVideo(); }
    } 
    var win ='toolbar=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,target=_blank,width=354,height=400,left=250,top=100';
    var theurl = "http://video.cedemo.com/php3/videoshow.php3?CompanyID="+CompanyID+"&VideoNB="+VideoNB+"&TemplateID=1&CInternal=1&QSBannerID=";
    PPCVisionWin=window.open (theurl,'PPCVision',win);
}

function LinkToDemo(VideoNB,CompanyID,TemplateID)
{
if (swfobject!==undefined) {
	var obj = swfobject.getObjectById("cedemoPlayer");
	if (obj ) { obj.stopVideo(); }
} 
<!-- You may use another Template ID to activate a different Template (other look or other language) -->
<!-- Please contact us for the design of the new Template : http://www.cedemo.com -->
var win ='toolbar=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,target=_blank,width=454,height=400,left=150,top=100';
var theurl = "http://video.cedemo.com/php3/videoshow.php3?CompanyID="+CompanyID+"&VideoNB="+VideoNB+"&TemplateID="+TemplateID;

PPCVisionWin=window.open (theurl,'PPCVision',win);
}
