var InfoWindow="";
var ResWindow="";
var PresWindow="";
var help_text="";	


function OpenInfoWindow(text)
{  
		
   help_text=text;	
   InfoWindow = window.open("../hjalp/hjalp.asp","InfoWindow","toolbar=no,width=200,height=300,top=100,left=100,alwaysRaised=yes,directories=no,status=no,scrollbars=yes,resizable=1,resize=yes,menubar=no");
   
}

function CloseInfoWindow()
{   	      
   if (InfoWindow) 
   {
		InfoWindow.close();      
   }
   if (PresWindow)
   {
  		PresWindow.close();
   } 
   if (ResWindow)
   {
        ResWindow.close();
   }
}
       
function OpenPresentationWindow(QuestName, value)
   	{	
			window.document.frmBoendeMbs.mbs_question.value=QuestName;
			window.document.frmBoendeMbs.mbs_value.value=value;
       		window.document.frmBoendeMbs.submit();
    }      

function OpenPresentationWindow1(QuestName, value)
   	{	
			window.document.frmResorMbs.mbs_question.value=QuestName;
			window.document.frmResorMbs.mbs_value.value=value;
       		window.document.frmResorMbs.submit();
    }   

function OpenPresentationWindow2(id, value)
   	{	
			window.document.frmMatMbs.mbs_question.value=id;
			window.document.frmMatMbs.mbs_value.value=value;
       		window.document.frmMatMbs.submit();
    }   	 	
       	   	     	   	
function ClosePresentationWindow()
   		  {
   			if (PresWindow) {
   					PresWindow.close();
   			} 
   		}

function OpenSecondResultWindow()
   		   {
      		  window.open("../resultat/resultat_popup.asp","ResultWindow","toolbar=no,width=300,height=400,top=100,left=100,directories=no,status=no,scrollbars=no,resizable=1,resize=yes,menubar=no");      	      
       	   }     
       	      	     	       	          	        	

function OpenBigWindow(Calc)
   		   {   
   			if (Calc=="A")
   				{		     
      	        ResWindow = window.open("../resultat/big_popupA.asp","Tips","toolbar=no,width=800,height=600,top=280,left=180,directories=no,status=no,scrollbars=yes,resizable=1,resize=yes,menubar=no");  
      	        }    	      
       		if (Calc=="B")
   				{		     
      	        ResWindow = window.open("../resultat/big_popupB.asp","Tips","toolbar=no,width=800,height=600,top=280,left=180,directories=no,status=no,scrollbars=yes,resizable=1,resize=yes,menubar=no");  
      	        }    
       		if (Calc=="C")
   				{		     
      	        ResWindow = window.open("../resultat/big_popupC.asp","Tips","toolbar=no,width=800,height=600,top=280,left=180,directories=no,status=no,scrollbars=yes,resizable=1,resize=yes,menubar=no");  
      	        }    
       	   }        

       	         	
function RefreshFrame(page)  //Används för att botten skall laddas sist.
	{
	frames['bottom'].window.location.href = page; 
	}