//function open_popup1(){
var windowW=797 // wide
var windowH=550 // high
var windowX = 1 // from left
var windowY = 1 // from top
var title =  "This Is A Frameless Popup Window"
//openwindow(smd)
//openqs1();



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


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

//---------------------------------------------------------------------------------------  
//suravail_report
//---------------------------------------------------------------------------------------
//openwindow(usg)
function opensvreport1(){
    NFW=window.open("suravailability_report.asp")
//    NFW.resizeTo(windowW,windowH)
   // NFW.moveTo(windowX,windowY)
 }   
//---------------------------------------------------------------------------------------  
function opensvreport2(){
	window.open("suravailability_report.asp");
}

