function physicianDirectoryHospital()
{
	url_name = "Provider Directory";
	url_link = "/phys_dir_blue/provider_frameset.asp?stype=hospital";
	//alert(section_special + js_section + "_nav_go.asp?name=" + url_name + "&url=" + url_link);
	window.open(url_link,'physdir','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=630,height=575');
}

function physicianDirectoryDental()
{
	url_name = "Provider Directory";
	url_link = "/phys_dir_blue/provider_frameset.asp?stype=dental";
	//alert(section_special + js_section + "_nav_go.asp?name=" + url_name + "&url=" + url_link);
	window.open(url_link,'physdir','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=630,height=575');
}

function physicianDirectorySurvey()
{
	url_name = "Provider Directory Survey";
	url_link = "http://horizon-bcbsnj-mr.com/se.ashx?s=2D3B700F7899ECEC";
	//alert(section_special + js_section + "_nav_go.asp?name=" + url_name + "&url=" + url_link);
	window.open(url_link,'physdir','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=680,height=625');
}
function LogPrintWebTrends()
{
    var WT = _tag.WT;
    WT.z_print=1;
    WT.si_n = "";
    WT.si_x = "";    
    _tag.dcsCollect();
    WT.z_print="";
    
}
function LogMapLocationClickWebTrends(url)
{
    var WT = _tag.WT;
    WT.z_directions=1;
    WT.si_n = "";
    WT.si_x = "";     
    _tag.dcsCollect();
    WT.z_directions="";
    //window.open(url,'maplocation','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=680,height=625');
}
function isUnsignedInteger(s) {
    return (s.toString().search(/^[0-9]+$/) == 0);
}

function SetToolTipContent(ID,Content,ToolTip,Target,Tip)
{
    $(ID).qtip({
       content: Content,
       show: 'mouseover',
       hide: 'mouseout',
       position: {
          corner: {
             tooltip: ToolTip,//'bottomRight', // Use the corner...
             target: Target //'topLeft' // ...and opposite corner
          }
       },               
       show:{
           effect: {
                type:'slide',
                length:500
           }                
       },
       style: { 
          name: 'red',
          tip: Tip, //'bottomRight',
          color: 'black',
          "background-color":'white',
          "font-size":'10px',
          "font-family": 'Arial',
          
          border: {
             width: 1,
             radius: 4,
             color:'red'
          },
          width: {
            max:300
          },
          padding: 10                   
       } 
    });            
}