function LinkToDemo(VideoNB,CompanyID,TemplateID)
{
    var win='toolbar=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,target=_blank,width=352,height=400,left=250,top=100';
    var theurl="http://demo.cedemo.com/php3/videoshow.php3?CompanyID="+CompanyID+"&VideoNB="+VideoNB+"&TemplateID="+TemplateID;
    PPCVisionWin=window.open (theurl,'PPCVision',win);
}