/*
 tt_gamal15_style.js
 Works with tt_gamal15_main.js to provide tooltip functionality.
 
 DHTML tip message version 1.5.4 copyright Essam Gamal 2003 
 Home Page: (http://migoicons.tripod.com)

Template for the Style array:

Style[...]=[
1 titleColor,
2 TitleBgColor,
3 TitleBgImag,
4 TitleTextAlign,
5 TitleFontFace,
6 TitleFontSize,
7 TextColor,
8 TextBgColor,
9 TextBgImag,
10 TextTextAlign,
11 TextFontFace,
12 TextFontSize,
13 Width,
14 Height,
15 BorderSize,
16 BorderColor,
17 Textpadding,
18 transition number,
19 Transition duration,
20 Transparency level,
21 shadow type,
22 shadow color,
23 Appearance behavior,
24 TipPositionType,
25 Xpos,
26 Ypos]
*/

/* Text strings for image map on site home page
 */
 
Text[1]=["","Northeast"]
Text[2]=["","Southeast"]
Text[3]=["","Northwest"]
Text[4]=["","Central"]
Text[5]=["","Southwest"]
Text[6]=["","Overseas<br />US Schools"]
Text[7]=["","US Territories"]
Text[8]=["","unused"]
Text[9]=["","United<br />States"]
Text[10]=["","British<br />Columbia"]
Text[11]=["","Alberta"]
Text[12]=["","Saskatchewan"]
Text[13]=["","Manitoba"]
Text[14]=["","Ontario"]
Text[15]=["","Quebec"]
Text[16]=["","Atlantic<br />Provinces"]
Text[17]=["","Yukon<br />Territory"]
Text[18]=["","Northwest<br />Territories"]
Text[19]=["","Nunavut"]
Text[20]=["","unused"]
Text[21]=["","Canada"]
Text[22]=["","England"]
Text[23]=["","Wales"]
Text[24]=["","Scotland"]
Text[25]=["","Northern<br />Ireland"]
Text[26]=["","Ireland<br />(Eire)"]
Text[27]=["","Other UK"]
Text[28]=["","unused"]
Text[29]=["","UK"]
Text[30]=["","UK"]
Text[31]=["","Australia"]
Text[32]=["","New Zealand"]
Text[33]=["","Western Australia"]
Text[34]=["","Northern Territory"]
Text[35]=["","South Australia"]
Text[36]=["","Queensland"]
Text[37]=["","New South Wales"]
Text[38]=["","Victoria"]
Text[39]=["","Tasmania"]
Text[40]=["","A.C.T."]
Text[41]=["","India"]

/* Text strings for various stats page tooltips
 */
Text['it_join_type'] = ['User Types','Teachers can now sign up for Teacher Accounts and respond to student ratings. '+
			'Identify yourself as a teacher here, and you will be able to post personal responses to your ratings!'];
Text['it_teacher_acct'] = ['New Feature!','Teachers can now sign up for Teacher Accounts and respond to student ratings. '+
			'Click the link to sign up for a Teacher Account!'];
Text['it_rebuttal'] = ['Responses','Responses (previously named Rebuttals) are comments you can make in response to other people\'s Ratings.'];
Text['it_overall_quality'] = ['Overall Quality', '&quot;Overall Quality&quot; is computed as the average of all Helpfulness and Clarity ratings for each teacher. &quot;Easiness&quot; is not factored into the overall quality score, as it is not an indicator of how effective a teacher actually is.'];
Text['it_teach_num_reb'] = ['Number of Teacher Responses','The Teacher has responded to 1 or more of the Ratings on this page!'];
Text['it_num_reb'] = ['Number of Responses','The number of Responses that people have submitted for this teacher\'s Ratings. '+
					'You can submit multiple Responses for any Rating.'];

/* Styles for image map on site home page: short and tall, for one and two-line text.
 */
Style['map_bg']=["","","","center","",,"white","","/design/rmt-us/images/map_bg.gif","center","",1,80,24,,"",5,,,,,"",,2,,]
Style['map_bg2']=["","","","center","",,"white","","/design/rmt-us/images/map_bg2.gif","center","",1,80,36,,"",5,,,,,"",,2,,]

Style['info_tip']=["white","#786cbb","","","",,"black","#e8e8ff","","left","",,,,2,"#5848B1",2,,,,,"",,2,,]

/* Style for the big Teacher Stats box on the SelectTeacher page
 */
Style['teacher_stats']=["","","","","",,"black","","/design/rmt-us/images/ns_details3.gif","left","",1,160,190,,"",5,,,,,"",,2,,]

// Initialize global variables

var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0
var TipId="tiplayer";
mig_clay()
