 //openwindow(smd)
var windowW=700 // wide
var windowH=400 // high
var windowX = 45 // from left
var windowY = 130 // from top
var title =  "This Is A Frameless Popup Window"


//----------------------------------------------------------------------------------

//----------------------------------------------------------------------------------

//openwindow(qs)
function opensmd(){
    NFW = window.open("smd_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)


 }   

//---------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------
//openwindow(scaam)
function openscaam(){   
    NFW=window.open("scaam_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)

 }   

//----------------------------------------------------------------------------------


//---------------------------------------------------------------------------------------
//openwindow(scaam1)
function openscaamreport(){   
    NFW=window.open("../scaam_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)

 }   

//----------------------------------------------------------------------------------

//---------------------------------------------------------------------------------------
//openwindow(md)
function openmd(){
    NFW=window.open("md_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)

 }   

//----------------------------------------------------------------------------------

//---------------------------------------------------------------------------------------
//openwindow(qs)
function openqs(){
    NFW=window.open("qs_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
 }

//---------------------------------------------------------------------------------------

//----------------------------------------------------------------------------------
//openwindow(st)
function opensh(){
    NFW=window.open("sh.htm","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
 }   


//---------------------------------------------------------------------------------------
//openwindow(qartly)
function openqartly(){
    NFW=window.open("qs_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
 }   
//---------------------------------------------------------------------------------------  
function openqsly(){
window.open("qs_report.asp");
}

//---------------------------------------------------------------------------------------
//openwindow(crny)
function opencrny(){
    NFW=window.open("cw_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
 }   
//---------------------------------------------------------------------------------------  


//---------------------------------------------------------------------------------------
//openwindow(usg)
function openusg(){
    NFW=window.open("us_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
 }   
//---------------------------------------------------------------------------------------  

//suravail_report
//---------------------------------------------------------------------------------------
//openwindow(usg)
function opensvreport(){
    NFW=window.open("admin/suravailability_report.asp")
  //  NFW.resizeTo(windowW,windowH)
    //NFW.moveTo(windowX,windowY)
 }   
//---------------------------------------------------------------------------------------  
function popup(report){
    NFW=window.open(report,"popFrameless","fullscreen")
  }   

function openwebttr()
{
    NFW=window.open("webtt_report.asp","popFrameless","fullscreen")
    NFW.resizeTo(windowW,windowH)
    NFW.moveTo(windowX,windowY)
}

