// SET THE APPROPRIATE VALUES BELOW TO "TRUE" IF THE CURRENT LICENSE INCLUDES THE APPLICATION VARIABLE
// OTHERWISE, SET THE APPLICATION VARIABLE TO "FALSE"
var gb2=false;// for Gradebook2
var attnVwr=true;// for Attendance Manager
var prinVwr=true;// for Principal Viewer
var arv=false;// for Administrative Reports Viewer
var PDA=false;// for PDA Collection
var emv=false;// for Email Viewer
var letv=false;// for Letter Viewer
var schedv=false;// for Schedule Viewer
//IF THE APPLICATION IS NOT INCLUDED IN THIS LICENSE, LEAVE IT SET TO "#"
GB1="'GB'"
gb2_Location='#" onClick="Launch('+ GB1 +')'
AV1="'AV'"
attnVwr_Location='#" onClick="Launch('+ AV1 +')'
PV1="'PV'"
prinVwr_Location='#" onClick="Launch('+ PV1 +')'
RV1="'RV'"
arv_Location='#" onClick="Launch('+ RV1 +')'
PDA1="'PDA'"
PDA_Location='#" onClick="Launch('+ PDA1 +')'
EV1="'EV'"
emv_Location='#" onClick="Launch('+ EV1 +')'
LV1="'LV'"
letv_Location='#" onClick="Launch('+ LV1 +')'
SCHV1="'SCHV'"
schedv_Location='#" onClick="Launch('+ SCHV1 +')'
//===================================================================================
//===================================================================================
//!!!!DO NOT MODIFY CODE BELOW THIS LINE!!!!
//===================================================================================
//===================================================================================
var btn=new Array(8)
var alertTxt="'That application is not a part of your current install configuration'"
if (!gb2){
	btn[0]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p1" src="images/p1_f3.jpg" width="158" height="136" border="0" alt=""></a>';
}else{
	sCode="('p1','','images/p1_f2.jpg',1);"
	btn[0]='<a href="' + gb2_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p1" src="images/p1.jpg" width="158" height="136" border="0" alt=""></a>'
}
if (!attnVwr){
	btn[1]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p2" src="images/p2_f3.jpg" width="150" height="136" border="0" alt=""></a>';
}else{
	sCode="('p2','','images/p2_f2.jpg',1);"
	btn[1]='<a href="' + attnVwr_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p2" src="images/p2.jpg" width="150" height="136" border="0" alt=""></a>'
}
if (!prinVwr){
	btn[2]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p3" src="images/p3_f3.jpg" width="150" height="136" border="0" alt=""></a>';
}else{
	sCode="('p3','','images/p3_f2.jpg',1);"
	btn[2]='<a href="' + prinVwr_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p3" src="images/p3.jpg" width="150" height="136" border="0" alt=""></a>'
}
if (!arv){
	btn[3]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p4" src="images/p4_f3.jpg" width="160" height="136" border="0" alt=""></a>';
}else{
	sCode="('p4','','images/p4_f2.jpg',1);"
	btn[3]='<a href="' + arv_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p4" src="images/p4.jpg" width="160" height="136" border="0" alt=""></a>'
}
if (!PDA){
	btn[4]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p5" src="images/p5_f3.jpg" width="158" height="129" border="0" alt=""></a>';
}else{
	sCode="('p5','','images/p5_f2.jpg',1);"
	btn[4]='<a href="' + PDA_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p5" src="images/p5.jpg" width="158" height="129" border="0" alt=""></a>'
}
if (!emv){
	btn[5]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p6" src="images/p6_f3.jpg" width="150" height="129" border="0" alt=""></a>';
}else{
	sCode="('p6','','images/p6_f2.jpg',1);"
	btn[5]='<a href="' + emv_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p6" src="images/p6.jpg" width="150" height="129" border="0" alt=""></a>'
}
if (!letv){
	btn[6]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p7" src="images/p7_f3.jpg" width="150" height="129" border="0" alt=""></a>';
}else{
	sCode="('p7','','images/p7_f2.jpg',1);"
	btn[6]='<a href="' + letv_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p7" src="images/p7.jpg" width="150" height="129" border="0" alt=""></a>'
}
if (!schedv){
	btn[7]='<a href="#" onClick="alert(' + alertTxt + ');"><img name="p8" src="images/p8_f3.jpg" width="160" height="129" border="0" alt=""></a>';
}else{
	sCode="('p8','','images/p8_f2.jpg',1);"
	btn[7]='<a href="' + schedv_Location + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage' + sCode + '"><img name="p8" src="images/p8.jpg" width="160" height="129" border="0" alt=""></a>'
}

