// JavaScript Document

	function popup() {
	window.open('overview_consumer/overview.htm','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=680,height=380,left=200,top=150');
	}

    function MoviePopup()
    {
        popup();
    }
    
    function showMovie(mnum)
    {
        window.open('overview_consumer/testimonial' + mnum + '.htm','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=175,left=200,top=150');
        
    }
    
    function click2call() 
    {
        // Live URL
        window.open("https://prodca.click4talk.com/zt/plink/popup.php?cid=10946&linker=3&referral="+location.href,"_blank","height=380,width=530,left=20,top=20,resizable=no,menubar=0,toolbar=0,status=0");
    
        // Test Url to Jon's phone
        //window.open("https://prodca.click4talk.com/zt/plink/popup.php?cid=10946&linker=2&referral="+location.href,"_blank","height=380,width=530,left=20,top=20,resizable=no,menubar=0,toolbar=0,status=0");
    
        //window.open('http://www.clicktocallmenow.com/call/2630/691/' + '?REFERER=' + location.href, 'popup', 'width=520,height=430,top=0,left=0');
    }