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.type=="application/x-shockwave-flash") 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);
}

var __cdm_popup;

function LinkToDemo(VideoNB,CompanyID,TemplateID,playlistName)
{
    if (__cdm_popup) {
        __cdm_popup.close();
    }

    
    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';
        if(playlistName==undefined) {
            playlistName = "";
        } else {
            playlistName = "&QSplName="+playlistName ;
        }
        var theurl="http://video.cedemo.com/php3/videoshow.php3?CompanyID="+CompanyID+"&VideoNB="+VideoNB+"&TemplateID="+TemplateID+playlistName;

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