// virtual tour
function VirtualTourPopUp(){
    window.open( '/PopUp.aspx?page=VirtualTour','PopUp','resizable=yes,width=427,height=410' )
}

// ob video
function OBvideoPopUp(){
    window.open( '/PopUp.aspx?page=OBvideo','PopUp','resizable=yes,width=427,height=369' )
}

// definitions for quality data
function defineData( anchor ) {
    window.open( '/PopUpQualityIndicators.aspx#' + anchor + '','PopUp','resizable=yes,width=400,height=275,scrollbars=no' )
}

// definitions for general terms
function defineGeneral( anchor ) {
    window.open( '/PopUpGeneralTerms.aspx#' + anchor + '','PopUp','resizable=yes,width=400,height=275,scrollbars=no' )
}

// definitions for ACS
function defineACS( anchor ) {
    window.open( '/PopUpACSTerms.aspx#' + anchor + '','PopUp','resizable=yes,width=400,height=275,scrollbars=no' )
}


// cath video in heart & vascular areas
function cathVideoPopUp(){
    window.open( '/PopUp.aspx?page=CathVideo','PopUp','resizable=yes,width=427,height=369' )
}

// cath video in heart & vascular areas
function NICUPopUp(){
    window.open( '/PopUpNICU.aspx','PopUp','resizable=yes,width=478,height=680' )
}

// definitions for quality data
function defineMedical( anchor ) {
    window.open( '/PopUpMedicalTerms.aspx#' + anchor + '','PopUp','resizable=yes,width=450,height=250,scrollbars=yes' )
}

// location map PopUp
function locationMapPopUp( fileName ) {
    window.open( '/PopUpLocationMap.aspx?fileName=' + fileName + '','PopUp','resizable=yes,width=500,height=425,scrollbars=yes' )
}

// google map PopUp
function googleMapPopUp( locationName ) {
    window.open( '/PopUpGoogleMap.aspx?locationName=' + locationName + '','PopUp','resizable=yes,width=650,height=570,scrollbars=no' )
}


// HR FAQ popup
function HRFAQPopUp(){
    window.open( '/PopUp/HRFaq.aspx','PopUpFAQ','resizable=yes,width=560,height=310,scrollbars=yes' )
}

// HR FAQ popup
function HeartistryPopUp(){
    window.open('/flash/heartistry/index.html','heartistry','menubar=0,resizable=1,width=1024,height=768')
}

// Innovis Health Show Video
function InnovisHealthShowVideo(){
    window.open('/PopUpInnovisHealthShow.aspx','IHShow','menubar=0,resizable=1,width=342,height=325')
}


function BillingExamples(billType){
    window.open('/PopUpBillingExample.aspx?billType=' + billType + '','BillingExamples','menubar=0,resizable=1,scrollbars=1,width=500,height=675')
}