overlib.js 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. //\/////
  2. //\ overLIB 4.21 - You may not remove or change this notice.
  3. //\ Copyright Erik Bosrup 1998-2004. All rights reserved.
  4. //\
  5. //\ Contributors are listed on the homepage.
  6. //\ This file might be old, always check for the latest version at:
  7. //\ http://www.bosrup.com/web/overlib/
  8. //\
  9. //\ Please read the license agreement (available through the link above)
  10. //\ before using overLIB. Direct any licensing questions to erik@bosrup.com.
  11. //\
  12. //\ Do not sell this as your own work or remove this copyright notice.
  13. //\ For full details on copying or changing this script please read the
  14. //\ license agreement at the link above. Please give credit on sites that
  15. //\ use overLIB and submit changes of the script so other people can use
  16. //\ them as well.
  17. // $Revision: 1.119 $ $Date: 2005/07/02 23:41:44 $
  18. //\/////
  19. //\mini
  20. ////////
  21. // PRE-INIT
  22. // Ignore these lines, configuration is below.
  23. ////////
  24. var olLoaded = 0;var pmStart = 10000000; var pmUpper = 10001000; var pmCount = pmStart+1; var pmt=''; var pms = new Array(); var olInfo = new Info('4.21', 1);
  25. var FREPLACE = 0; var FBEFORE = 1; var FAFTER = 2; var FALTERNATE = 3; var FCHAIN=4;
  26. var olHideForm=0; // parameter for hiding SELECT and ActiveX elements in IE5.5+
  27. var olHautoFlag = 0; // flags for over-riding VAUTO and HAUTO if corresponding
  28. var olVautoFlag = 0; // positioning commands are used on the command line
  29. var hookPts = new Array(), postParse = new Array(), cmdLine = new Array(), runTime = new Array();
  30. // for plugins
  31. registerCommands('donothing,inarray,caparray,sticky,background,noclose,caption,left,right,center,offsetx,offsety,fgcolor,bgcolor,textcolor,capcolor,closecolor,width,border,cellpad,status,autostatus,autostatuscap,height,closetext,snapx,snapy,fixx,fixy,relx,rely,fgbackground,bgbackground,padx,pady,fullhtml,above,below,capicon,textfont,captionfont,closefont,textsize,captionsize,closesize,timeout,function,delay,hauto,vauto,closeclick,wrap,followmouse,mouseoff,closetitle,cssoff,compatmode,cssclass,fgclass,bgclass,textfontclass,captionfontclass,closefontclass');
  32. ////////
  33. // DEFAULT CONFIGURATION
  34. // Settings you want everywhere are set here. All of this can also be
  35. // changed on your html page or through an overLIB call.
  36. ////////
  37. if (typeof ol_fgcolor=='undefined') var ol_fgcolor="#CCCCFF";
  38. if (typeof ol_bgcolor=='undefined') var ol_bgcolor="#333399";
  39. if (typeof ol_textcolor=='undefined') var ol_textcolor="#000000";
  40. if (typeof ol_capcolor=='undefined') var ol_capcolor="#FFFFFF";
  41. if (typeof ol_closecolor=='undefined') var ol_closecolor="#9999FF";
  42. if (typeof ol_textfont=='undefined') var ol_textfont="Verdana,Arial,Helvetica";
  43. if (typeof ol_captionfont=='undefined') var ol_captionfont="Verdana,Arial,Helvetica";
  44. if (typeof ol_closefont=='undefined') var ol_closefont="Verdana,Arial,Helvetica";
  45. if (typeof ol_textsize=='undefined') var ol_textsize="1";
  46. if (typeof ol_captionsize=='undefined') var ol_captionsize="1";
  47. if (typeof ol_closesize=='undefined') var ol_closesize="1";
  48. if (typeof ol_width=='undefined') var ol_width="200";
  49. if (typeof ol_border=='undefined') var ol_border="1";
  50. if (typeof ol_cellpad=='undefined') var ol_cellpad=2;
  51. if (typeof ol_offsetx=='undefined') var ol_offsetx=10;
  52. if (typeof ol_offsety=='undefined') var ol_offsety=10;
  53. if (typeof ol_text=='undefined') var ol_text="Default Text";
  54. if (typeof ol_cap=='undefined') var ol_cap="";
  55. if (typeof ol_sticky=='undefined') var ol_sticky=0;
  56. if (typeof ol_background=='undefined') var ol_background="";
  57. if (typeof ol_close=='undefined') var ol_close="Close";
  58. if (typeof ol_hpos=='undefined') var ol_hpos=RIGHT;
  59. if (typeof ol_status=='undefined') var ol_status="";
  60. if (typeof ol_autostatus=='undefined') var ol_autostatus=0;
  61. if (typeof ol_height=='undefined') var ol_height=-1;
  62. if (typeof ol_snapx=='undefined') var ol_snapx=0;
  63. if (typeof ol_snapy=='undefined') var ol_snapy=0;
  64. if (typeof ol_fixx=='undefined') var ol_fixx=-1;
  65. if (typeof ol_fixy=='undefined') var ol_fixy=-1;
  66. if (typeof ol_relx=='undefined') var ol_relx=null;
  67. if (typeof ol_rely=='undefined') var ol_rely=null;
  68. if (typeof ol_fgbackground=='undefined') var ol_fgbackground="";
  69. if (typeof ol_bgbackground=='undefined') var ol_bgbackground="";
  70. if (typeof ol_padxl=='undefined') var ol_padxl=1;
  71. if (typeof ol_padxr=='undefined') var ol_padxr=1;
  72. if (typeof ol_padyt=='undefined') var ol_padyt=1;
  73. if (typeof ol_padyb=='undefined') var ol_padyb=1;
  74. if (typeof ol_fullhtml=='undefined') var ol_fullhtml=0;
  75. if (typeof ol_vpos=='undefined') var ol_vpos=BELOW;
  76. if (typeof ol_aboveheight=='undefined') var ol_aboveheight=0;
  77. if (typeof ol_capicon=='undefined') var ol_capicon="";
  78. if (typeof ol_frame=='undefined') var ol_frame=self;
  79. if (typeof ol_timeout=='undefined') var ol_timeout=0;
  80. if (typeof ol_function=='undefined') var ol_function=null;
  81. if (typeof ol_delay=='undefined') var ol_delay=0;
  82. if (typeof ol_hauto=='undefined') var ol_hauto=0;
  83. if (typeof ol_vauto=='undefined') var ol_vauto=0;
  84. if (typeof ol_closeclick=='undefined') var ol_closeclick=0;
  85. if (typeof ol_wrap=='undefined') var ol_wrap=0;
  86. if (typeof ol_followmouse=='undefined') var ol_followmouse=1;
  87. if (typeof ol_mouseoff=='undefined') var ol_mouseoff=0;
  88. if (typeof ol_closetitle=='undefined') var ol_closetitle='Close';
  89. if (typeof ol_compatmode=='undefined') var ol_compatmode=0;
  90. if (typeof ol_css=='undefined') var ol_css=CSSOFF;
  91. if (typeof ol_fgclass=='undefined') var ol_fgclass="";
  92. if (typeof ol_bgclass=='undefined') var ol_bgclass="";
  93. if (typeof ol_textfontclass=='undefined') var ol_textfontclass="";
  94. if (typeof ol_captionfontclass=='undefined') var ol_captionfontclass="";
  95. if (typeof ol_closefontclass=='undefined') var ol_closefontclass="";
  96. ////////
  97. // ARRAY CONFIGURATION
  98. ////////
  99. // You can use these arrays to store popup text here instead of in the html.
  100. if (typeof ol_texts=='undefined') var ol_texts = new Array("Text 0", "Text 1");
  101. if (typeof ol_caps=='undefined') var ol_caps = new Array("Caption 0", "Caption 1");
  102. ////////
  103. // END OF CONFIGURATION
  104. // Don't change anything below this line, all configuration is above.
  105. ////////
  106. ////////
  107. // INIT
  108. ////////
  109. // Runtime variables init. Don't change for config!
  110. var o3_text="";
  111. var o3_cap="";
  112. var o3_sticky=0;
  113. var o3_background="";
  114. var o3_close="Close";
  115. var o3_hpos=RIGHT;
  116. var o3_offsetx=2;
  117. var o3_offsety=2;
  118. var o3_fgcolor="";
  119. var o3_bgcolor="";
  120. var o3_textcolor="";
  121. var o3_capcolor="";
  122. var o3_closecolor="";
  123. var o3_width=100;
  124. var o3_border=1;
  125. var o3_cellpad=2;
  126. var o3_status="";
  127. var o3_autostatus=0;
  128. var o3_height=-1;
  129. var o3_snapx=0;
  130. var o3_snapy=0;
  131. var o3_fixx=-1;
  132. var o3_fixy=-1;
  133. var o3_relx=null;
  134. var o3_rely=null;
  135. var o3_fgbackground="";
  136. var o3_bgbackground="";
  137. var o3_padxl=0;
  138. var o3_padxr=0;
  139. var o3_padyt=0;
  140. var o3_padyb=0;
  141. var o3_fullhtml=0;
  142. var o3_vpos=BELOW;
  143. var o3_aboveheight=0;
  144. var o3_capicon="";
  145. var o3_textfont="Verdana,Arial,Helvetica";
  146. var o3_captionfont="Verdana,Arial,Helvetica";
  147. var o3_closefont="Verdana,Arial,Helvetica";
  148. var o3_textsize="1";
  149. var o3_captionsize="1";
  150. var o3_closesize="1";
  151. var o3_frame=self;
  152. var o3_timeout=0;
  153. var o3_timerid=0;
  154. var o3_allowmove=0;
  155. var o3_function=null;
  156. var o3_delay=0;
  157. var o3_delayid=0;
  158. var o3_hauto=0;
  159. var o3_vauto=0;
  160. var o3_closeclick=0;
  161. var o3_wrap=0;
  162. var o3_followmouse=1;
  163. var o3_mouseoff=0;
  164. var o3_closetitle='';
  165. var o3_compatmode=0;
  166. var o3_css=CSSOFF;
  167. var o3_fgclass="";
  168. var o3_bgclass="";
  169. var o3_textfontclass="";
  170. var o3_captionfontclass="";
  171. var o3_closefontclass="";
  172. // Display state variables
  173. var o3_x = 0;
  174. var o3_y = 0;
  175. var o3_showingsticky = 0;
  176. var o3_removecounter = 0;
  177. // Our layer
  178. var over = null;
  179. var fnRef, hoveringSwitch = false;
  180. var olHideDelay;
  181. // Decide browser version
  182. var isMac = (navigator.userAgent.indexOf("Mac") != -1);
  183. var olOp = (navigator.userAgent.toLowerCase().indexOf('opera') > -1 && document.createTextNode); // Opera 7
  184. var olNs4 = (navigator.appName=='Netscape' && parseInt(navigator.appVersion) == 4);
  185. var olNs6 = (document.getElementById) ? true : false;
  186. var olKq = (olNs6 && /konqueror/i.test(navigator.userAgent));
  187. var olIe4 = (document.all) ? true : false;
  188. var olIe5 = false;
  189. var olIe55 = false; // Added additional variable to identify IE5.5+
  190. var docRoot = 'document.body';
  191. // Resize fix for NS4.x to keep track of layer
  192. if (olNs4) {
  193. var oW = window.innerWidth;
  194. var oH = window.innerHeight;
  195. window.onresize = function() { if (oW != window.innerWidth || oH != window.innerHeight) location.reload(); }
  196. }
  197. // Microsoft Stupidity Check(tm).
  198. if (olIe4) {
  199. var agent = navigator.userAgent;
  200. if (/MSIE/.test(agent)) {
  201. var versNum = parseFloat(agent.match(/MSIE[ ](\d\.\d+)\.*/i)[1]);
  202. if (versNum >= 5){
  203. olIe5=true;
  204. olIe55=(versNum>=5.5&&!olOp) ? true : false;
  205. if (olNs6) olNs6=false;
  206. }
  207. }
  208. if (olNs6) olIe4 = false;
  209. }
  210. // Check for compatability mode.
  211. if (document.compatMode && document.compatMode == 'CSS1Compat') {
  212. docRoot= ((olIe4 && !olOp) ? 'document.documentElement' : docRoot);
  213. }
  214. // Add window onload handlers to indicate when all modules have been loaded
  215. // For Netscape 6+ and Mozilla, uses addEventListener method on the window object
  216. // For IE it uses the attachEvent method of the window object and for Netscape 4.x
  217. // it sets the window.onload handler to the OLonload_handler function for Bubbling
  218. if(window.addEventListener) window.addEventListener("load",OLonLoad_handler,false);
  219. else if (window.attachEvent) window.attachEvent("onload",OLonLoad_handler);
  220. var capExtent;
  221. ////////
  222. // PUBLIC FUNCTIONS
  223. ////////
  224. // overlib(arg0,...,argN)
  225. // Loads parameters into global runtime variables.
  226. function overlib() {
  227. if (!olLoaded || isExclusive(overlib.arguments)) return true;
  228. if (olCheckMouseCapture) olMouseCapture();
  229. if (over) {
  230. over = (typeof over.id != 'string') ? o3_frame.document.all['overDiv'] : over;
  231. cClick();
  232. }
  233. // Load defaults to runtime.
  234. olHideDelay=0;
  235. o3_text=ol_text;
  236. o3_cap=ol_cap;
  237. o3_sticky=ol_sticky;
  238. o3_background=ol_background;
  239. o3_close=ol_close;
  240. o3_hpos=ol_hpos;
  241. o3_offsetx=ol_offsetx;
  242. o3_offsety=ol_offsety;
  243. o3_fgcolor=ol_fgcolor;
  244. o3_bgcolor=ol_bgcolor;
  245. o3_textcolor=ol_textcolor;
  246. o3_capcolor=ol_capcolor;
  247. o3_closecolor=ol_closecolor;
  248. o3_width=ol_width;
  249. o3_border=ol_border;
  250. o3_cellpad=ol_cellpad;
  251. o3_status=ol_status;
  252. o3_autostatus=ol_autostatus;
  253. o3_height=ol_height;
  254. o3_snapx=ol_snapx;
  255. o3_snapy=ol_snapy;
  256. o3_fixx=ol_fixx;
  257. o3_fixy=ol_fixy;
  258. o3_relx=ol_relx;
  259. o3_rely=ol_rely;
  260. o3_fgbackground=ol_fgbackground;
  261. o3_bgbackground=ol_bgbackground;
  262. o3_padxl=ol_padxl;
  263. o3_padxr=ol_padxr;
  264. o3_padyt=ol_padyt;
  265. o3_padyb=ol_padyb;
  266. o3_fullhtml=ol_fullhtml;
  267. o3_vpos=ol_vpos;
  268. o3_aboveheight=ol_aboveheight;
  269. o3_capicon=ol_capicon;
  270. o3_textfont=ol_textfont;
  271. o3_captionfont=ol_captionfont;
  272. o3_closefont=ol_closefont;
  273. o3_textsize=ol_textsize;
  274. o3_captionsize=ol_captionsize;
  275. o3_closesize=ol_closesize;
  276. o3_timeout=ol_timeout;
  277. o3_function=ol_function;
  278. o3_delay=ol_delay;
  279. o3_hauto=ol_hauto;
  280. o3_vauto=ol_vauto;
  281. o3_closeclick=ol_closeclick;
  282. o3_wrap=ol_wrap;
  283. o3_followmouse=ol_followmouse;
  284. o3_mouseoff=ol_mouseoff;
  285. o3_closetitle=ol_closetitle;
  286. o3_css=ol_css;
  287. o3_compatmode=ol_compatmode;
  288. o3_fgclass=ol_fgclass;
  289. o3_bgclass=ol_bgclass;
  290. o3_textfontclass=ol_textfontclass;
  291. o3_captionfontclass=ol_captionfontclass;
  292. o3_closefontclass=ol_closefontclass;
  293. setRunTimeVariables();
  294. fnRef = '';
  295. // Special for frame support, over must be reset...
  296. o3_frame = ol_frame;
  297. if(!(over=createDivContainer())) return false;
  298. parseTokens('o3_', overlib.arguments);
  299. if (!postParseChecks()) return false;
  300. if (o3_delay == 0) {
  301. return runHook("olMain", FREPLACE);
  302. } else {
  303. o3_delayid = setTimeout("runHook('olMain', FREPLACE)", o3_delay);
  304. return false;
  305. }
  306. }
  307. // Clears popups if appropriate
  308. function nd(time) {
  309. if (olLoaded && !isExclusive()) {
  310. hideDelay(time); // delay popup close if time specified
  311. if (o3_removecounter >= 1) { o3_showingsticky = 0 };
  312. if (o3_showingsticky == 0) {
  313. o3_allowmove = 0;
  314. if (over != null && o3_timerid == 0) runHook("hideObject", FREPLACE, over);
  315. } else {
  316. o3_removecounter++;
  317. }
  318. }
  319. return true;
  320. }
  321. // The Close onMouseOver function for stickies
  322. function cClick() {
  323. if (olLoaded) {
  324. runHook("hideObject", FREPLACE, over);
  325. o3_showingsticky = 0;
  326. }
  327. return false;
  328. }
  329. // Method for setting page specific defaults.
  330. function overlib_pagedefaults() {
  331. parseTokens('ol_', overlib_pagedefaults.arguments);
  332. }
  333. ////////
  334. // OVERLIB MAIN FUNCTION
  335. ////////
  336. // This function decides what it is we want to display and how we want it done.
  337. function olMain() {
  338. var layerhtml, styleType;
  339. runHook("olMain", FBEFORE);
  340. if (o3_background!="" || o3_fullhtml) {
  341. // Use background instead of box.
  342. layerhtml = runHook('ol_content_background', FALTERNATE, o3_css, o3_text, o3_background, o3_fullhtml);
  343. } else {
  344. // They want a popup box.
  345. styleType = (pms[o3_css-1-pmStart] == "cssoff" || pms[o3_css-1-pmStart] == "cssclass");
  346. // Prepare popup background
  347. if (o3_fgbackground != "") o3_fgbackground = "background=\""+o3_fgbackground+"\"";
  348. if (o3_bgbackground != "") o3_bgbackground = (styleType ? "background=\""+o3_bgbackground+"\"" : o3_bgbackground);
  349. // Prepare popup colors
  350. if (o3_fgcolor != "") o3_fgcolor = (styleType ? "bgcolor=\""+o3_fgcolor+"\"" : o3_fgcolor);
  351. if (o3_bgcolor != "") o3_bgcolor = (styleType ? "bgcolor=\""+o3_bgcolor+"\"" : o3_bgcolor);
  352. // Prepare popup height
  353. if (o3_height > 0) o3_height = (styleType ? "height=\""+o3_height+"\"" : o3_height);
  354. else o3_height = "";
  355. // Decide which kinda box.
  356. if (o3_cap=="") {
  357. // Plain
  358. layerhtml = runHook('ol_content_simple', FALTERNATE, o3_css, o3_text);
  359. } else {
  360. // With caption
  361. if (o3_sticky) {
  362. // Show close text
  363. layerhtml = runHook('ol_content_caption', FALTERNATE, o3_css, o3_text, o3_cap, o3_close);
  364. } else {
  365. // No close text
  366. layerhtml = runHook('ol_content_caption', FALTERNATE, o3_css, o3_text, o3_cap, "");
  367. }
  368. }
  369. }
  370. // We want it to stick!
  371. if (o3_sticky) {
  372. if (o3_timerid > 0) {
  373. clearTimeout(o3_timerid);
  374. o3_timerid = 0;
  375. }
  376. o3_showingsticky = 1;
  377. o3_removecounter = 0;
  378. }
  379. // Created a separate routine to generate the popup to make it easier
  380. // to implement a plugin capability
  381. if (!runHook("createPopup", FREPLACE, layerhtml)) return false;
  382. // Prepare status bar
  383. if (o3_autostatus > 0) {
  384. o3_status = o3_text;
  385. if (o3_autostatus > 1) o3_status = o3_cap;
  386. }
  387. // When placing the layer the first time, even stickies may be moved.
  388. o3_allowmove = 0;
  389. // Initiate a timer for timeout
  390. if (o3_timeout > 0) {
  391. if (o3_timerid > 0) clearTimeout(o3_timerid);
  392. o3_timerid = setTimeout("cClick()", o3_timeout);
  393. }
  394. // Show layer
  395. runHook("disp", FREPLACE, o3_status);
  396. runHook("olMain", FAFTER);
  397. return (olOp && event && event.type == 'mouseover' && !o3_status) ? '' : (o3_status != '');
  398. }
  399. ////////
  400. // LAYER GENERATION FUNCTIONS
  401. ////////
  402. // These functions just handle popup content with tags that should adhere to the W3C standards specification.
  403. // Makes simple table without caption
  404. function ol_content_simple(text) {
  405. var cpIsMultiple = /,/.test(o3_cellpad);
  406. var txt = '<table width="'+o3_width+ '" border="0" cellpadding="'+o3_border+'" cellspacing="0" '+(o3_bgclass ? 'class="'+o3_bgclass+'"' : o3_bgcolor+' '+o3_height)+'><tr><td><table width="100%" border="0" '+((olNs4||!cpIsMultiple) ? 'cellpadding="'+o3_cellpad+'" ' : '')+'cellspacing="0" '+(o3_fgclass ? 'class="'+o3_fgclass+'"' : o3_fgcolor+' '+o3_fgbackground+' '+o3_height)+'><tr><td valign="TOP"'+(o3_textfontclass ? ' class="'+o3_textfontclass+'">' : ((!olNs4&&cpIsMultiple) ? ' style="'+setCellPadStr(o3_cellpad)+'">' : '>'))+(o3_textfontclass ? '' : wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass ? '' : wrapStr(1,o3_textsize))+'</td></tr></table></td></tr></table>';
  407. set_background("");
  408. return txt;
  409. }
  410. // Makes table with caption and optional close link
  411. function ol_content_caption(text,title,close) {
  412. var nameId, txt, cpIsMultiple = /,/.test(o3_cellpad);
  413. var closing, closeevent;
  414. closing = "";
  415. closeevent = "onmouseover";
  416. if (o3_closeclick == 1) closeevent = (o3_closetitle ? "title='" + o3_closetitle +"'" : "") + " onclick";
  417. if (o3_capicon != "") {
  418. nameId = ' hspace = \"5\"'+' align = \"middle\" alt = \"\"';
  419. if (typeof o3_dragimg != 'undefined' && o3_dragimg) nameId =' hspace=\"5\"'+' name=\"'+o3_dragimg+'\" id=\"'+o3_dragimg+'\" align=\"middle\" alt=\"Drag Enabled\" title=\"Drag Enabled\"';
  420. o3_capicon = '<img src=\"'+o3_capicon+'\"'+nameId+' />';
  421. }
  422. if (close != "")
  423. closing = '<td '+(!o3_compatmode && o3_closefontclass ? 'class="'+o3_closefontclass : 'align="RIGHT')+'"><a href="javascript:return '+fnRef+'cClick();"'+((o3_compatmode && o3_closefontclass) ? ' class="' + o3_closefontclass + '" ' : ' ')+closeevent+'="return '+fnRef+'cClick();">'+(o3_closefontclass ? '' : wrapStr(0,o3_closesize,'close'))+close+(o3_closefontclass ? '' : wrapStr(1,o3_closesize,'close'))+'</a></td>';
  424. txt = '<table width="'+o3_width+ '" border="0" cellpadding="'+o3_border+'" cellspacing="0" '+(o3_bgclass ? 'class="'+o3_bgclass+'"' : o3_bgcolor+' '+o3_bgbackground+' '+o3_height)+'><tr><td><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td'+(o3_captionfontclass ? ' class="'+o3_captionfontclass+'">' : '>')+(o3_captionfontclass ? '' : '<b>'+wrapStr(0,o3_captionsize,'caption'))+o3_capicon+title+(o3_captionfontclass ? '' : wrapStr(1,o3_captionsize)+'</b>')+'</td>'+closing+'</tr></table><table width="100%" border="0" '+((olNs4||!cpIsMultiple) ? 'cellpadding="'+o3_cellpad+'" ' : '')+'cellspacing="0" '+(o3_fgclass ? 'class="'+o3_fgclass+'"' : o3_fgcolor+' '+o3_fgbackground+' '+o3_height)+'><tr><td valign="TOP"'+(o3_textfontclass ? ' class="'+o3_textfontclass+'">' :((!olNs4&&cpIsMultiple) ? ' style="'+setCellPadStr(o3_cellpad)+'">' : '>'))+(o3_textfontclass ? '' : wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass ? '' : wrapStr(1,o3_textsize)) + '</td></tr></table></td></tr></table>';
  425. set_background("");
  426. return txt;
  427. }
  428. // Sets the background picture,padding and lots more. :)
  429. function ol_content_background(text,picture,hasfullhtml) {
  430. if (hasfullhtml) {
  431. txt=text;
  432. } else {
  433. txt='<table width="'+o3_width+'" border="0" cellpadding="0" cellspacing="0" height="'+o3_height+'"><tr><td colspan="3" height="'+o3_padyt+'"></td></tr><tr><td width="'+o3_padxl+'"></td><td valign="TOP" width="'+(o3_width-o3_padxl-o3_padxr)+(o3_textfontclass ? '" class="'+o3_textfontclass : '')+'">'+(o3_textfontclass ? '' : wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass ? '' : wrapStr(1,o3_textsize))+'</td><td width="'+o3_padxr+'"></td></tr><tr><td colspan="3" height="'+o3_padyb+'"></td></tr></table>';
  434. }
  435. set_background(picture);
  436. return txt;
  437. }
  438. // Loads a picture into the div.
  439. function set_background(pic) {
  440. if (pic == "") {
  441. if (olNs4) {
  442. over.background.src = null;
  443. } else if (over.style) {
  444. over.style.backgroundImage = "none";
  445. }
  446. } else {
  447. if (olNs4) {
  448. over.background.src = pic;
  449. } else if (over.style) {
  450. over.style.width=o3_width + 'px';
  451. over.style.backgroundImage = "url("+pic+")";
  452. }
  453. }
  454. }
  455. ////////
  456. // HANDLING FUNCTIONS
  457. ////////
  458. var olShowId=-1;
  459. // Displays the popup
  460. function disp(statustext) {
  461. runHook("disp", FBEFORE);
  462. if (o3_allowmove == 0) {
  463. runHook("placeLayer", FREPLACE);
  464. (olNs6&&olShowId<0) ? olShowId=setTimeout("runHook('showObject', FREPLACE, over)", 1) : runHook("showObject", FREPLACE, over);
  465. o3_allowmove = (o3_sticky || o3_followmouse==0) ? 0 : 1;
  466. }
  467. runHook("disp", FAFTER);
  468. if (statustext != "") self.status = statustext;
  469. }
  470. // Creates the actual popup structure
  471. function createPopup(lyrContent){
  472. runHook("createPopup", FBEFORE);
  473. if (o3_wrap) {
  474. var wd,ww,theObj = (olNs4 ? over : over.style);
  475. theObj.top = theObj.left = ((olIe4&&!olOp) ? 0 : -10000) + (!olNs4 ? 'px' : 0);
  476. layerWrite(lyrContent);
  477. wd = (olNs4 ? over.clip.width : over.offsetWidth);
  478. if (wd > (ww=windowWidth())) {
  479. lyrContent=lyrContent.replace(/\&nbsp;/g, ' ');
  480. o3_width=ww;
  481. o3_wrap=0;
  482. }
  483. }
  484. layerWrite(lyrContent);
  485. // Have to set o3_width for placeLayer() routine if o3_wrap is turned on
  486. if (o3_wrap) o3_width=(olNs4 ? over.clip.width : over.offsetWidth);
  487. runHook("createPopup", FAFTER, lyrContent);
  488. return true;
  489. }
  490. // Decides where we want the popup.
  491. function placeLayer() {
  492. var placeX, placeY, widthFix = 0;
  493. // HORIZONTAL PLACEMENT, re-arranged to work in Safari
  494. if (o3_frame.innerWidth) widthFix=18;
  495. iwidth = windowWidth();
  496. // Horizontal scroll offset
  497. winoffset=(olIe4) ? eval('o3_frame.'+docRoot+'.scrollLeft') : o3_frame.pageXOffset;
  498. placeX = runHook('horizontalPlacement',FCHAIN,iwidth,winoffset,widthFix);
  499. // VERTICAL PLACEMENT, re-arranged to work in Safari
  500. if (o3_frame.innerHeight) {
  501. iheight=o3_frame.innerHeight;
  502. } else if (eval('o3_frame.'+docRoot)&&eval("typeof o3_frame."+docRoot+".clientHeight=='number'")&&eval('o3_frame.'+docRoot+'.clientHeight')) {
  503. iheight=eval('o3_frame.'+docRoot+'.clientHeight');
  504. }
  505. // Vertical scroll offset
  506. scrolloffset=(olIe4) ? eval('o3_frame.'+docRoot+'.scrollTop') : o3_frame.pageYOffset;
  507. placeY = runHook('verticalPlacement',FCHAIN,iheight,scrolloffset);
  508. // Actually move the object.
  509. repositionTo(over, placeX, placeY);
  510. }
  511. // Moves the layer
  512. function olMouseMove(e) {
  513. var e = (e) ? e : event;
  514. if (e.pageX) {
  515. o3_x = e.pageX;
  516. o3_y = e.pageY;
  517. } else if (e.clientX) {
  518. o3_x = eval('e.clientX+o3_frame.'+docRoot+'.scrollLeft');
  519. o3_y = eval('e.clientY+o3_frame.'+docRoot+'.scrollTop');
  520. }
  521. if (o3_allowmove == 1) runHook("placeLayer", FREPLACE);
  522. // MouseOut handler
  523. if (hoveringSwitch && !olNs4 && runHook("cursorOff", FREPLACE)) {
  524. (olHideDelay ? hideDelay(olHideDelay) : cClick());
  525. hoveringSwitch = !hoveringSwitch;
  526. }
  527. }
  528. // Fake function for 3.0 users.
  529. function no_overlib() { return ver3fix; }
  530. // Capture the mouse and chain other scripts.
  531. function olMouseCapture() {
  532. capExtent = document;
  533. var fN, str = '', l, k, f, wMv, sS, mseHandler = olMouseMove;
  534. var re = /function[ ]*(\w*)\(/;
  535. wMv = (!olIe4 && window.onmousemove);
  536. if (document.onmousemove || wMv) {
  537. if (wMv) capExtent = window;
  538. f = capExtent.onmousemove.toString();
  539. fN = f.match(re);
  540. if (fN == null) {
  541. str = f+'(e); ';
  542. } else if (fN[1] == 'anonymous' || fN[1] == 'olMouseMove' || (wMv && fN[1] == 'onmousemove')) {
  543. if (!olOp && wMv) {
  544. l = f.indexOf('{')+1;
  545. k = f.lastIndexOf('}');
  546. sS = f.substring(l,k);
  547. if ((l = sS.indexOf('(')) != -1) {
  548. sS = sS.substring(0,l).replace(/^\s+/,'').replace(/\s+$/,'');
  549. if (eval("typeof " + sS + " == 'undefined'")) window.onmousemove = null;
  550. else str = sS + '(e);';
  551. }
  552. }
  553. if (!str) {
  554. olCheckMouseCapture = false;
  555. return;
  556. }
  557. } else {
  558. if (fN[1]) str = fN[1]+'(e); ';
  559. else {
  560. l = f.indexOf('{')+1;
  561. k = f.lastIndexOf('}');
  562. str = f.substring(l,k) + '\n';
  563. }
  564. }
  565. str += 'olMouseMove(e); ';
  566. mseHandler = new Function('e', str);
  567. }
  568. capExtent.onmousemove = mseHandler;
  569. if (olNs4) capExtent.captureEvents(Event.MOUSEMOVE);
  570. }
  571. ////////
  572. // PARSING FUNCTIONS
  573. ////////
  574. // Does the actual command parsing.
  575. function parseTokens(pf, ar) {
  576. // What the next argument is expected to be.
  577. var v, i, mode=-1, par = (pf != 'ol_');
  578. var fnMark = (par && !ar.length ? 1 : 0);
  579. for (i = 0; i < ar.length; i++) {
  580. if (mode < 0) {
  581. // Arg is maintext,unless its a number between pmStart and pmUpper
  582. // then its a command.
  583. if (typeof ar[i] == 'number' && ar[i] > pmStart && ar[i] < pmUpper) {
  584. fnMark = (par ? 1 : 0);
  585. i--; // backup one so that the next block can parse it
  586. } else {
  587. switch(pf) {
  588. case 'ol_':
  589. ol_text = ar[i].toString();
  590. break;
  591. default:
  592. o3_text=ar[i].toString();
  593. }
  594. }
  595. mode = 0;
  596. } else {
  597. // Note: NS4 doesn't like switch cases with vars.
  598. if (ar[i] >= pmCount || ar[i]==DONOTHING) { continue; }
  599. if (ar[i]==INARRAY) { fnMark = 0; eval(pf+'text=ol_texts['+ar[++i]+'].toString()'); continue; }
  600. if (ar[i]==CAPARRAY) { eval(pf+'cap=ol_caps['+ar[++i]+'].toString()'); continue; }
  601. if (ar[i]==STICKY) { if (pf!='ol_') eval(pf+'sticky=1'); continue; }
  602. if (ar[i]==BACKGROUND) { eval(pf+'background="'+ar[++i]+'"'); continue; }
  603. if (ar[i]==NOCLOSE) { if (pf!='ol_') opt_NOCLOSE(); continue; }
  604. if (ar[i]==CAPTION) { eval(pf+"cap='"+escSglQuote(ar[++i])+"'"); continue; }
  605. if (ar[i]==CENTER || ar[i]==LEFT || ar[i]==RIGHT) { eval(pf+'hpos='+ar[i]); if(pf!='ol_') olHautoFlag=1; continue; }
  606. if (ar[i]==OFFSETX) { eval(pf+'offsetx='+ar[++i]); continue; }
  607. if (ar[i]==OFFSETY) { eval(pf+'offsety='+ar[++i]); continue; }
  608. if (ar[i]==FGCOLOR) { eval(pf+'fgcolor="'+ar[++i]+'"'); continue; }
  609. if (ar[i]==BGCOLOR) { eval(pf+'bgcolor="'+ar[++i]+'"'); continue; }
  610. if (ar[i]==TEXTCOLOR) { eval(pf+'textcolor="'+ar[++i]+'"'); continue; }
  611. if (ar[i]==CAPCOLOR) { eval(pf+'capcolor="'+ar[++i]+'"'); continue; }
  612. if (ar[i]==CLOSECOLOR) { eval(pf+'closecolor="'+ar[++i]+'"'); continue; }
  613. if (ar[i]==WIDTH) { eval(pf+'width='+ar[++i]); continue; }
  614. if (ar[i]==BORDER) { eval(pf+'border='+ar[++i]); continue; }
  615. if (ar[i]==CELLPAD) { i=opt_MULTIPLEARGS(++i,ar,(pf+'cellpad')); continue; }
  616. if (ar[i]==STATUS) { eval(pf+"status='"+escSglQuote(ar[++i])+"'"); continue; }
  617. if (ar[i]==AUTOSTATUS) { eval(pf +'autostatus=('+pf+'autostatus == 1) ? 0 : 1'); continue; }
  618. if (ar[i]==AUTOSTATUSCAP) { eval(pf +'autostatus=('+pf+'autostatus == 2) ? 0 : 2'); continue; }
  619. if (ar[i]==HEIGHT) { eval(pf+'height='+pf+'aboveheight='+ar[++i]); continue; } // Same param again.
  620. if (ar[i]==CLOSETEXT) { eval(pf+"close='"+escSglQuote(ar[++i])+"'"); continue; }
  621. if (ar[i]==SNAPX) { eval(pf+'snapx='+ar[++i]); continue; }
  622. if (ar[i]==SNAPY) { eval(pf+'snapy='+ar[++i]); continue; }
  623. if (ar[i]==FIXX) { eval(pf+'fixx='+ar[++i]); continue; }
  624. if (ar[i]==FIXY) { eval(pf+'fixy='+ar[++i]); continue; }
  625. if (ar[i]==RELX) { eval(pf+'relx='+ar[++i]); continue; }
  626. if (ar[i]==RELY) { eval(pf+'rely='+ar[++i]); continue; }
  627. if (ar[i]==FGBACKGROUND) { eval(pf+'fgbackground="'+ar[++i]+'"'); continue; }
  628. if (ar[i]==BGBACKGROUND) { eval(pf+'bgbackground="'+ar[++i]+'"'); continue; }
  629. if (ar[i]==PADX) { eval(pf+'padxl='+ar[++i]); eval(pf+'padxr='+ar[++i]); continue; }
  630. if (ar[i]==PADY) { eval(pf+'padyt='+ar[++i]); eval(pf+'padyb='+ar[++i]); continue; }
  631. if (ar[i]==FULLHTML) { if (pf!='ol_') eval(pf+'fullhtml=1'); continue; }
  632. if (ar[i]==BELOW || ar[i]==ABOVE) { eval(pf+'vpos='+ar[i]); if (pf!='ol_') olVautoFlag=1; continue; }
  633. if (ar[i]==CAPICON) { eval(pf+'capicon="'+ar[++i]+'"'); continue; }
  634. if (ar[i]==TEXTFONT) { eval(pf+"textfont='"+escSglQuote(ar[++i])+"'"); continue; }
  635. if (ar[i]==CAPTIONFONT) { eval(pf+"captionfont='"+escSglQuote(ar[++i])+"'"); continue; }
  636. if (ar[i]==CLOSEFONT) { eval(pf+"closefont='"+escSglQuote(ar[++i])+"'"); continue; }
  637. if (ar[i]==TEXTSIZE) { eval(pf+'textsize="'+ar[++i]+'"'); continue; }
  638. if (ar[i]==CAPTIONSIZE) { eval(pf+'captionsize="'+ar[++i]+'"'); continue; }
  639. if (ar[i]==CLOSESIZE) { eval(pf+'closesize="'+ar[++i]+'"'); continue; }
  640. if (ar[i]==TIMEOUT) { eval(pf+'timeout='+ar[++i]); continue; }
  641. if (ar[i]==FUNCTION) { if (pf=='ol_') { if (typeof ar[i+1]!='number') { v=ar[++i]; ol_function=(typeof v=='function' ? v : null); }} else {fnMark = 0; v = null; if (typeof ar[i+1]!='number') v = ar[++i]; opt_FUNCTION(v); } continue; }
  642. if (ar[i]==DELAY) { eval(pf+'delay='+ar[++i]); continue; }
  643. if (ar[i]==HAUTO) { eval(pf+'hauto=('+pf+'hauto == 0) ? 1 : 0'); continue; }
  644. if (ar[i]==VAUTO) { eval(pf+'vauto=('+pf+'vauto == 0) ? 1 : 0'); continue; }
  645. if (ar[i]==CLOSECLICK) { eval(pf +'closeclick=('+pf+'closeclick == 0) ? 1 : 0'); continue; }
  646. if (ar[i]==WRAP) { eval(pf +'wrap=('+pf+'wrap == 0) ? 1 : 0'); continue; }
  647. if (ar[i]==FOLLOWMOUSE) { eval(pf +'followmouse=('+pf+'followmouse == 1) ? 0 : 1'); continue; }
  648. if (ar[i]==MOUSEOFF) { eval(pf +'mouseoff=('+pf+'mouseoff==0) ? 1 : 0'); v=ar[i+1]; if (pf != 'ol_' && eval(pf+'mouseoff') && typeof v == 'number' && (v < pmStart || v > pmUpper)) olHideDelay=ar[++i]; continue; }
  649. if (ar[i]==CLOSETITLE) { eval(pf+"closetitle='"+escSglQuote(ar[++i])+"'"); continue; }
  650. if (ar[i]==CSSOFF||ar[i]==CSSCLASS) { eval(pf+'css='+ar[i]); continue; }
  651. if (ar[i]==COMPATMODE) { eval(pf+'compatmode=('+pf+'compatmode==0) ? 1 : 0'); continue; }
  652. if (ar[i]==FGCLASS) { eval(pf+'fgclass="'+ar[++i]+'"'); continue; }
  653. if (ar[i]==BGCLASS) { eval(pf+'bgclass="'+ar[++i]+'"'); continue; }
  654. if (ar[i]==TEXTFONTCLASS) { eval(pf+'textfontclass="'+ar[++i]+'"'); continue; }
  655. if (ar[i]==CAPTIONFONTCLASS) { eval(pf+'captionfontclass="'+ar[++i]+'"'); continue; }
  656. if (ar[i]==CLOSEFONTCLASS) { eval(pf+'closefontclass="'+ar[++i]+'"'); continue; }
  657. i = parseCmdLine(pf, i, ar);
  658. }
  659. }
  660. if (fnMark && o3_function) o3_text = o3_function();
  661. if ((pf == 'o3_') && o3_wrap) {
  662. o3_width = 0;
  663. var tReg=/<.*\n*>/ig;
  664. if (!tReg.test(o3_text)) o3_text = o3_text.replace(/[ ]+/g, '&nbsp;');
  665. if (!tReg.test(o3_cap))o3_cap = o3_cap.replace(/[ ]+/g, '&nbsp;');
  666. }
  667. if ((pf == 'o3_') && o3_sticky) {
  668. if (!o3_close && (o3_frame != ol_frame)) o3_close = ol_close;
  669. if (o3_mouseoff && (o3_frame == ol_frame)) opt_NOCLOSE(' ');
  670. }
  671. }
  672. ////////
  673. // LAYER FUNCTIONS
  674. ////////
  675. // Writes to a layer
  676. function layerWrite(txt) {
  677. txt += "\n";
  678. if (olNs4) {
  679. var lyr = o3_frame.document.layers['overDiv'].document
  680. lyr.write(txt)
  681. lyr.close()
  682. } else if (typeof over.innerHTML != 'undefined') {
  683. if (olIe5 && isMac) over.innerHTML = '';
  684. over.innerHTML = txt;
  685. } else {
  686. range = o3_frame.document.createRange();
  687. range.setStartAfter(over);
  688. domfrag = range.createContextualFragment(txt);
  689. while (over.hasChildNodes()) {
  690. over.removeChild(over.lastChild);
  691. }
  692. over.appendChild(domfrag);
  693. }
  694. }
  695. // Make an object visible
  696. function showObject(obj) {
  697. runHook("showObject", FBEFORE);
  698. var theObj=(olNs4 ? obj : obj.style);
  699. theObj.visibility = 'visible';
  700. runHook("showObject", FAFTER);
  701. }
  702. // Hides an object
  703. function hideObject(obj) {
  704. runHook("hideObject", FBEFORE);
  705. var theObj=(olNs4 ? obj : obj.style);
  706. if (olNs6 && olShowId>0) { clearTimeout(olShowId); olShowId=0; }
  707. theObj.visibility = 'hidden';
  708. theObj.top = theObj.left = ((olIe4&&!olOp) ? 0 : -10000) + (!olNs4 ? 'px' : 0);
  709. if (o3_timerid > 0) clearTimeout(o3_timerid);
  710. if (o3_delayid > 0) clearTimeout(o3_delayid);
  711. o3_timerid = 0;
  712. o3_delayid = 0;
  713. self.status = "";
  714. if (obj.onmouseout||obj.onmouseover) {
  715. if (olNs4) obj.releaseEvents(Event.MOUSEOUT || Event.MOUSEOVER);
  716. obj.onmouseout = obj.onmouseover = null;
  717. }
  718. runHook("hideObject", FAFTER);
  719. }
  720. // Move a layer
  721. function repositionTo(obj, xL, yL) {
  722. var theObj=(olNs4 ? obj : obj.style);
  723. theObj.left = xL + (!olNs4 ? 'px' : 0);
  724. theObj.top = yL + (!olNs4 ? 'px' : 0);
  725. }
  726. // Check position of cursor relative to overDiv DIVision; mouseOut function
  727. function cursorOff() {
  728. var left = parseInt(over.style.left);
  729. var top = parseInt(over.style.top);
  730. var right = left + (over.offsetWidth >= parseInt(o3_width) ? over.offsetWidth : parseInt(o3_width));
  731. var bottom = top + (over.offsetHeight >= o3_aboveheight ? over.offsetHeight : o3_aboveheight);
  732. if (o3_x < left || o3_x > right || o3_y < top || o3_y > bottom) return true;
  733. return false;
  734. }
  735. ////////
  736. // COMMAND FUNCTIONS
  737. ////////
  738. // Calls callme or the default function.
  739. function opt_FUNCTION(callme) {
  740. o3_text = (callme ? (typeof callme=='string' ? (/.+\(.*\)/.test(callme) ? eval(callme) : callme) : callme()) : (o3_function ? o3_function() : 'No Function'));
  741. return 0;
  742. }
  743. // Handle hovering
  744. function opt_NOCLOSE(unused) {
  745. if (!unused) o3_close = "";
  746. if (olNs4) {
  747. over.captureEvents(Event.MOUSEOUT || Event.MOUSEOVER);
  748. over.onmouseover = function () { if (o3_timerid > 0) { clearTimeout(o3_timerid); o3_timerid = 0; } }
  749. over.onmouseout = function (e) { if (olHideDelay) hideDelay(olHideDelay); else cClick(e); }
  750. } else {
  751. over.onmouseover = function () {hoveringSwitch = true; if (o3_timerid > 0) { clearTimeout(o3_timerid); o3_timerid =0; } }
  752. }
  753. return 0;
  754. }
  755. // Function to scan command line arguments for multiples
  756. function opt_MULTIPLEARGS(i, args, parameter) {
  757. var k=i, re, pV, str='';
  758. for(k=i; k<args.length; k++) {
  759. if(typeof args[k] == 'number' && args[k]>pmStart) break;
  760. str += args[k] + ',';
  761. }
  762. if (str) str = str.substring(0,--str.length);
  763. k--; // reduce by one so the for loop this is in works correctly
  764. pV=(olNs4 && /cellpad/i.test(parameter)) ? str.split(',')[0] : str;
  765. eval(parameter + '="' + pV + '"');
  766. return k;
  767. }
  768. // Remove &nbsp; in texts when done.
  769. function nbspCleanup() {
  770. if (o3_wrap) {
  771. o3_text = o3_text.replace(/\&nbsp;/g, ' ');
  772. o3_cap = o3_cap.replace(/\&nbsp;/g, ' ');
  773. }
  774. }
  775. // Escape embedded single quotes in text strings
  776. function escSglQuote(str) {
  777. return str.toString().replace(/'/g,"\\'");
  778. }
  779. // Onload handler for window onload event
  780. function OLonLoad_handler(e) {
  781. var re = /\w+\(.*\)[;\s]+/g, olre = /overlib\(|nd\(|cClick\(/, fn, l, i;
  782. if(!olLoaded) olLoaded=1;
  783. // Remove it for Gecko based browsers
  784. if(window.removeEventListener && e.eventPhase == 3) window.removeEventListener("load",OLonLoad_handler,false);
  785. else if(window.detachEvent) { // and for IE and Opera 4.x but execute calls to overlib, nd, or cClick()
  786. window.detachEvent("onload",OLonLoad_handler);
  787. var fN = document.body.getAttribute('onload');
  788. if (fN) {
  789. fN=fN.toString().match(re);
  790. if (fN && fN.length) {
  791. for (i=0; i<fN.length; i++) {
  792. if (/anonymous/.test(fN[i])) continue;
  793. while((l=fN[i].search(/\)[;\s]+/)) != -1) {
  794. fn=fN[i].substring(0,l+1);
  795. fN[i] = fN[i].substring(l+2);
  796. if (olre.test(fn)) eval(fn);
  797. }
  798. }
  799. }
  800. }
  801. }
  802. }
  803. // Wraps strings in Layer Generation Functions with the correct tags
  804. // endWrap true(if end tag) or false if start tag
  805. // fontSizeStr - font size string such as '1' or '10px'
  806. // whichString is being wrapped -- 'text', 'caption', or 'close'
  807. function wrapStr(endWrap,fontSizeStr,whichString) {
  808. var fontStr, fontColor, isClose=((whichString=='close') ? 1 : 0), hasDims=/[%\-a-z]+$/.test(fontSizeStr);
  809. fontSizeStr = (olNs4) ? (!hasDims ? fontSizeStr : '1') : fontSizeStr;
  810. if (endWrap) return (hasDims&&!olNs4) ? (isClose ? '</span>' : '</div>') : '</font>';
  811. else {
  812. fontStr='o3_'+whichString+'font';
  813. fontColor='o3_'+((whichString=='caption')? 'cap' : whichString)+'color';
  814. return (hasDims&&!olNs4) ? (isClose ? '<span style="font-family: '+quoteMultiNameFonts(eval(fontStr))+'; color: '+eval(fontColor)+'; font-size: '+fontSizeStr+';">' : '<div style="font-family: '+quoteMultiNameFonts(eval(fontStr))+'; color: '+eval(fontColor)+'; font-size: '+fontSizeStr+';">') : '<font face="'+eval(fontStr)+'" color="'+eval(fontColor)+'" size="'+(parseInt(fontSizeStr)>7 ? '7' : fontSizeStr)+'">';
  815. }
  816. }
  817. // Quotes Multi word font names; needed for CSS Standards adherence in font-family
  818. function quoteMultiNameFonts(theFont) {
  819. var v, pM=theFont.split(',');
  820. for (var i=0; i<pM.length; i++) {
  821. v=pM[i];
  822. v=v.replace(/^\s+/,'').replace(/\s+$/,'');
  823. if(/\s/.test(v) && !/['"]/.test(v)) {
  824. v="\'"+v+"\'";
  825. pM[i]=v;
  826. }
  827. }
  828. return pM.join();
  829. }
  830. // dummy function which will be overridden
  831. function isExclusive(args) {
  832. return false;
  833. }
  834. // Sets cellpadding style string value
  835. function setCellPadStr(parameter) {
  836. var Str='', j=0, ary = new Array(), top, bottom, left, right;
  837. Str+='padding: ';
  838. ary=parameter.replace(/\s+/g,'').split(',');
  839. switch(ary.length) {
  840. case 2:
  841. top=bottom=ary[j];
  842. left=right=ary[++j];
  843. break;
  844. case 3:
  845. top=ary[j];
  846. left=right=ary[++j];
  847. bottom=ary[++j];
  848. break;
  849. case 4:
  850. top=ary[j];
  851. right=ary[++j];
  852. bottom=ary[++j];
  853. left=ary[++j];
  854. break;
  855. }
  856. Str+= ((ary.length==1) ? ary[0] + 'px;' : top + 'px ' + right + 'px ' + bottom + 'px ' + left + 'px;');
  857. return Str;
  858. }
  859. // function will delay close by time milliseconds
  860. function hideDelay(time) {
  861. if (time&&!o3_delay) {
  862. if (o3_timerid > 0) clearTimeout(o3_timerid);
  863. o3_timerid=setTimeout("cClick()",(o3_timeout=time));
  864. }
  865. }
  866. // Was originally in the placeLayer() routine; separated out for future ease
  867. function horizontalPlacement(browserWidth, horizontalScrollAmount, widthFix) {
  868. var placeX, iwidth=browserWidth, winoffset=horizontalScrollAmount;
  869. var parsedWidth = parseInt(o3_width);
  870. if (o3_fixx > -1 || o3_relx != null) {
  871. // Fixed position
  872. placeX=(o3_relx != null ? ( o3_relx < 0 ? winoffset +o3_relx+ iwidth - parsedWidth - widthFix : winoffset+o3_relx) : o3_fixx);
  873. } else {
  874. // If HAUTO, decide what to use.
  875. if (o3_hauto == 1) {
  876. if ((o3_x - winoffset) > (iwidth / 2)) {
  877. o3_hpos = LEFT;
  878. } else {
  879. o3_hpos = RIGHT;
  880. }
  881. }
  882. // From mouse
  883. if (o3_hpos == CENTER) { // Center
  884. placeX = o3_x+o3_offsetx-(parsedWidth/2);
  885. if (placeX < winoffset) placeX = winoffset;
  886. }
  887. if (o3_hpos == RIGHT) { // Right
  888. placeX = o3_x+o3_offsetx;
  889. if ((placeX+parsedWidth) > (winoffset+iwidth - widthFix)) {
  890. placeX = iwidth+winoffset - parsedWidth - widthFix;
  891. if (placeX < 0) placeX = 0;
  892. }
  893. }
  894. if (o3_hpos == LEFT) { // Left
  895. placeX = o3_x-o3_offsetx-parsedWidth;
  896. if (placeX < winoffset) placeX = winoffset;
  897. }
  898. // Snapping!
  899. if (o3_snapx > 1) {
  900. var snapping = placeX % o3_snapx;
  901. if (o3_hpos == LEFT) {
  902. placeX = placeX - (o3_snapx+snapping);
  903. } else {
  904. // CENTER and RIGHT
  905. placeX = placeX+(o3_snapx - snapping);
  906. }
  907. if (placeX < winoffset) placeX = winoffset;
  908. }
  909. }
  910. return placeX;
  911. }
  912. // was originally in the placeLayer() routine; separated out for future ease
  913. function verticalPlacement(browserHeight,verticalScrollAmount) {
  914. var placeY, iheight=browserHeight, scrolloffset=verticalScrollAmount;
  915. var parsedHeight=(o3_aboveheight ? parseInt(o3_aboveheight) : (olNs4 ? over.clip.height : over.offsetHeight));
  916. if (o3_fixy > -1 || o3_rely != null) {
  917. // Fixed position
  918. placeY=(o3_rely != null ? (o3_rely < 0 ? scrolloffset+o3_rely+iheight - parsedHeight : scrolloffset+o3_rely) : o3_fixy);
  919. } else {
  920. // If VAUTO, decide what to use.
  921. if (o3_vauto == 1) {
  922. if ((o3_y - scrolloffset) > (iheight / 2) && o3_vpos == BELOW && (o3_y + parsedHeight + o3_offsety - (scrolloffset + iheight) > 0)) {
  923. o3_vpos = ABOVE;
  924. } else if (o3_vpos == ABOVE && (o3_y - (parsedHeight + o3_offsety) - scrolloffset < 0)) {
  925. o3_vpos = BELOW;
  926. }
  927. }
  928. // From mouse
  929. if (o3_vpos == ABOVE) {
  930. if (o3_aboveheight == 0) o3_aboveheight = parsedHeight;
  931. placeY = o3_y - (o3_aboveheight+o3_offsety);
  932. if (placeY < scrolloffset) placeY = scrolloffset;
  933. } else {
  934. // BELOW
  935. placeY = o3_y+o3_offsety;
  936. }
  937. // Snapping!
  938. if (o3_snapy > 1) {
  939. var snapping = placeY % o3_snapy;
  940. if (o3_aboveheight > 0 && o3_vpos == ABOVE) {
  941. placeY = placeY - (o3_snapy+snapping);
  942. } else {
  943. placeY = placeY+(o3_snapy - snapping);
  944. }
  945. if (placeY < scrolloffset) placeY = scrolloffset;
  946. }
  947. }
  948. return placeY;
  949. }
  950. // checks positioning flags
  951. function checkPositionFlags() {
  952. if (olHautoFlag) olHautoFlag = o3_hauto=0;
  953. if (olVautoFlag) olVautoFlag = o3_vauto=0;
  954. return true;
  955. }
  956. // get Browser window width
  957. function windowWidth() {
  958. var w;
  959. if (o3_frame.innerWidth) w=o3_frame.innerWidth;
  960. else if (eval('o3_frame.'+docRoot)&&eval("typeof o3_frame."+docRoot+".clientWidth=='number'")&&eval('o3_frame.'+docRoot+'.clientWidth'))
  961. w=eval('o3_frame.'+docRoot+'.clientWidth');
  962. return w;
  963. }
  964. // create the div container for popup content if it doesn't exist
  965. function createDivContainer(id,frm,zValue) {
  966. id = (id || 'overDiv'), frm = (frm || o3_frame), zValue = (zValue || 1000);
  967. var objRef, divContainer = layerReference(id);
  968. if (divContainer == null) {
  969. if (olNs4) {
  970. divContainer = frm.document.layers[id] = new Layer(window.innerWidth, frm);
  971. objRef = divContainer;
  972. } else {
  973. var body = (olIe4 ? frm.document.all.tags('BODY')[0] : frm.document.getElementsByTagName("BODY")[0]);
  974. if (olIe4&&!document.getElementById) {
  975. body.insertAdjacentHTML("beforeEnd",'<div id="'+id+'"></div>');
  976. divContainer=layerReference(id);
  977. } else {
  978. divContainer = frm.document.createElement("DIV");
  979. divContainer.id = id;
  980. body.appendChild(divContainer);
  981. }
  982. objRef = divContainer.style;
  983. }
  984. objRef.position = 'absolute';
  985. objRef.visibility = 'hidden';
  986. objRef.zIndex = zValue;
  987. if (olIe4&&!olOp) objRef.left = objRef.top = '0px';
  988. else objRef.left = objRef.top = -10000 + (!olNs4 ? 'px' : 0);
  989. }
  990. return divContainer;
  991. }
  992. // get reference to a layer with ID=id
  993. function layerReference(id) {
  994. return (olNs4 ? o3_frame.document.layers[id] : (document.all ? o3_frame.document.all[id] : o3_frame.document.getElementById(id)));
  995. }
  996. ////////
  997. // UTILITY FUNCTIONS
  998. ////////
  999. // Checks if something is a function.
  1000. function isFunction(fnRef) {
  1001. var rtn = true;
  1002. if (typeof fnRef == 'object') {
  1003. for (var i = 0; i < fnRef.length; i++) {
  1004. if (typeof fnRef[i]=='function') continue;
  1005. rtn = false;
  1006. break;
  1007. }
  1008. } else if (typeof fnRef != 'function') {
  1009. rtn = false;
  1010. }
  1011. return rtn;
  1012. }
  1013. // Converts an array into an argument string for use in eval.
  1014. function argToString(array, strtInd, argName) {
  1015. var jS = strtInd, aS = '', ar = array;
  1016. argName=(argName ? argName : 'ar');
  1017. if (ar.length > jS) {
  1018. for (var k = jS; k < ar.length; k++) aS += argName+'['+k+'], ';
  1019. aS = aS.substring(0, aS.length-2);
  1020. }
  1021. return aS;
  1022. }
  1023. // Places a hook in the correct position in a hook point.
  1024. function reOrder(hookPt, fnRef, order) {
  1025. var newPt = new Array(), match, i, j;
  1026. if (!order || typeof order == 'undefined' || typeof order == 'number') return hookPt;
  1027. if (typeof order=='function') {
  1028. if (typeof fnRef=='object') {
  1029. newPt = newPt.concat(fnRef);
  1030. } else {
  1031. newPt[newPt.length++]=fnRef;
  1032. }
  1033. for (i = 0; i < hookPt.length; i++) {
  1034. match = false;
  1035. if (typeof fnRef == 'function' && hookPt[i] == fnRef) {
  1036. continue;
  1037. } else {
  1038. for(j = 0; j < fnRef.length; j++) if (hookPt[i] == fnRef[j]) {
  1039. match = true;
  1040. break;
  1041. }
  1042. }
  1043. if (!match) newPt[newPt.length++] = hookPt[i];
  1044. }
  1045. newPt[newPt.length++] = order;
  1046. } else if (typeof order == 'object') {
  1047. if (typeof fnRef == 'object') {
  1048. newPt = newPt.concat(fnRef);
  1049. } else {
  1050. newPt[newPt.length++] = fnRef;
  1051. }
  1052. for (j = 0; j < hookPt.length; j++) {
  1053. match = false;
  1054. if (typeof fnRef == 'function' && hookPt[j] == fnRef) {
  1055. continue;
  1056. } else {
  1057. for (i = 0; i < fnRef.length; i++) if (hookPt[j] == fnRef[i]) {
  1058. match = true;
  1059. break;
  1060. }
  1061. }
  1062. if (!match) newPt[newPt.length++]=hookPt[j];
  1063. }
  1064. for (i = 0; i < newPt.length; i++) hookPt[i] = newPt[i];
  1065. newPt.length = 0;
  1066. for (j = 0; j < hookPt.length; j++) {
  1067. match = false;
  1068. for (i = 0; i < order.length; i++) {
  1069. if (hookPt[j] == order[i]) {
  1070. match = true;
  1071. break;
  1072. }
  1073. }
  1074. if (!match) newPt[newPt.length++] = hookPt[j];
  1075. }
  1076. newPt = newPt.concat(order);
  1077. }
  1078. hookPt = newPt;
  1079. return hookPt;
  1080. }
  1081. ////////
  1082. // PLUGIN ACTIVATION FUNCTIONS
  1083. ////////
  1084. // Runs plugin functions to set runtime variables.
  1085. function setRunTimeVariables(){
  1086. if (typeof runTime != 'undefined' && runTime.length) {
  1087. for (var k = 0; k < runTime.length; k++) {
  1088. runTime[k]();
  1089. }
  1090. }
  1091. }
  1092. // Runs plugin functions to parse commands.
  1093. function parseCmdLine(pf, i, args) {
  1094. if (typeof cmdLine != 'undefined' && cmdLine.length) {
  1095. for (var k = 0; k < cmdLine.length; k++) {
  1096. var j = cmdLine[k](pf, i, args);
  1097. if (j >- 1) {
  1098. i = j;
  1099. break;
  1100. }
  1101. }
  1102. }
  1103. return i;
  1104. }
  1105. // Runs plugin functions to do things after parse.
  1106. function postParseChecks(pf,args){
  1107. if (typeof postParse != 'undefined' && postParse.length) {
  1108. for (var k = 0; k < postParse.length; k++) {
  1109. if (postParse[k](pf,args)) continue;
  1110. return false; // end now since have an error
  1111. }
  1112. }
  1113. return true;
  1114. }
  1115. ////////
  1116. // PLUGIN REGISTRATION FUNCTIONS
  1117. ////////
  1118. // Registers commands and creates constants.
  1119. function registerCommands(cmdStr) {
  1120. if (typeof cmdStr!='string') return;
  1121. var pM = cmdStr.split(',');
  1122. pms = pms.concat(pM);
  1123. for (var i = 0; i< pM.length; i++) {
  1124. eval(pM[i].toUpperCase()+'='+pmCount++);
  1125. }
  1126. }
  1127. // Registers no-parameter commands
  1128. function registerNoParameterCommands(cmdStr) {
  1129. if (!cmdStr && typeof cmdStr != 'string') return;
  1130. pmt=(!pmt) ? cmdStr : pmt + ',' + cmdStr;
  1131. }
  1132. // Register a function to hook at a certain point.
  1133. function registerHook(fnHookTo, fnRef, hookType, optPm) {
  1134. var hookPt, last = typeof optPm;
  1135. if (fnHookTo == 'plgIn'||fnHookTo == 'postParse') return;
  1136. if (typeof hookPts[fnHookTo] == 'undefined') hookPts[fnHookTo] = new FunctionReference();
  1137. hookPt = hookPts[fnHookTo];
  1138. if (hookType != null) {
  1139. if (hookType == FREPLACE) {
  1140. hookPt.ovload = fnRef; // replace normal overlib routine
  1141. if (fnHookTo.indexOf('ol_content_') > -1) hookPt.alt[pms[CSSOFF-1-pmStart]]=fnRef;
  1142. } else if (hookType == FBEFORE || hookType == FAFTER) {
  1143. var hookPt=(hookType == 1 ? hookPt.before : hookPt.after);
  1144. if (typeof fnRef == 'object') {
  1145. hookPt = hookPt.concat(fnRef);
  1146. } else {
  1147. hookPt[hookPt.length++] = fnRef;
  1148. }
  1149. if (optPm) hookPt = reOrder(hookPt, fnRef, optPm);
  1150. } else if (hookType == FALTERNATE) {
  1151. if (last=='number') hookPt.alt[pms[optPm-1-pmStart]] = fnRef;
  1152. } else if (hookType == FCHAIN) {
  1153. hookPt = hookPt.chain;
  1154. if (typeof fnRef=='object') hookPt=hookPt.concat(fnRef); // add other functions
  1155. else hookPt[hookPt.length++]=fnRef;
  1156. }
  1157. return;
  1158. }
  1159. }
  1160. // Register a function that will set runtime variables.
  1161. function registerRunTimeFunction(fn) {
  1162. if (isFunction(fn)) {
  1163. if (typeof fn == 'object') {
  1164. runTime = runTime.concat(fn);
  1165. } else {
  1166. runTime[runTime.length++] = fn;
  1167. }
  1168. }
  1169. }
  1170. // Register a function that will handle command parsing.
  1171. function registerCmdLineFunction(fn){
  1172. if (isFunction(fn)) {
  1173. if (typeof fn == 'object') {
  1174. cmdLine = cmdLine.concat(fn);
  1175. } else {
  1176. cmdLine[cmdLine.length++] = fn;
  1177. }
  1178. }
  1179. }
  1180. // Register a function that does things after command parsing.
  1181. function registerPostParseFunction(fn){
  1182. if (isFunction(fn)) {
  1183. if (typeof fn == 'object') {
  1184. postParse = postParse.concat(fn);
  1185. } else {
  1186. postParse[postParse.length++] = fn;
  1187. }
  1188. }
  1189. }
  1190. ////////
  1191. // PLUGIN REGISTRATION FUNCTIONS
  1192. ////////
  1193. // Runs any hooks registered.
  1194. function runHook(fnHookTo, hookType) {
  1195. var l = hookPts[fnHookTo], k, rtnVal = null, optPm, arS, ar = runHook.arguments;
  1196. if (hookType == FREPLACE) {
  1197. arS = argToString(ar, 2);
  1198. if (typeof l == 'undefined' || !(l = l.ovload)) rtnVal = eval(fnHookTo+'('+arS+')');
  1199. else rtnVal = eval('l('+arS+')');
  1200. } else if (hookType == FBEFORE || hookType == FAFTER) {
  1201. if (typeof l != 'undefined') {
  1202. l=(hookType == 1 ? l.before : l.after);
  1203. if (l.length) {
  1204. arS = argToString(ar, 2);
  1205. for (var k = 0; k < l.length; k++) eval('l[k]('+arS+')');
  1206. }
  1207. }
  1208. } else if (hookType == FALTERNATE) {
  1209. optPm = ar[2];
  1210. arS = argToString(ar, 3);
  1211. if (typeof l == 'undefined' || (l = l.alt[pms[optPm-1-pmStart]]) == 'undefined') {
  1212. rtnVal = eval(fnHookTo+'('+arS+')');
  1213. } else {
  1214. rtnVal = eval('l('+arS+')');
  1215. }
  1216. } else if (hookType == FCHAIN) {
  1217. arS=argToString(ar,2);
  1218. l=l.chain;
  1219. for (k=l.length; k > 0; k--) if((rtnVal=eval('l[k-1]('+arS+')'))!=void(0)) break;
  1220. }
  1221. return rtnVal;
  1222. }
  1223. ////////
  1224. // OBJECT CONSTRUCTORS
  1225. ////////
  1226. // Object for handling hooks.
  1227. function FunctionReference() {
  1228. this.ovload = null;
  1229. this.before = new Array();
  1230. this.after = new Array();
  1231. this.alt = new Array();
  1232. this.chain = new Array();
  1233. }
  1234. // Object for simple access to the overLIB version used.
  1235. // Examples: simpleversion:351 major:3 minor:5 revision:1
  1236. function Info(version, prerelease) {
  1237. this.version = version;
  1238. this.prerelease = prerelease;
  1239. this.simpleversion = Math.round(this.version*100);
  1240. this.major = parseInt(this.simpleversion / 100);
  1241. this.minor = parseInt(this.simpleversion / 10) - this.major * 10;
  1242. this.revision = parseInt(this.simpleversion) - this.major * 100 - this.minor * 10;
  1243. this.meets = meets;
  1244. }
  1245. // checks for Core Version required
  1246. function meets(reqdVersion) {
  1247. return (!reqdVersion) ? false : this.simpleversion >= Math.round(100*parseFloat(reqdVersion));
  1248. }
  1249. ////////
  1250. // STANDARD REGISTRATIONS
  1251. ////////
  1252. registerHook("ol_content_simple", ol_content_simple, FALTERNATE, CSSOFF);
  1253. registerHook("ol_content_caption", ol_content_caption, FALTERNATE, CSSOFF);
  1254. registerHook("ol_content_background", ol_content_background, FALTERNATE, CSSOFF);
  1255. registerHook("ol_content_simple", ol_content_simple, FALTERNATE, CSSCLASS);
  1256. registerHook("ol_content_caption", ol_content_caption, FALTERNATE, CSSCLASS);
  1257. registerHook("ol_content_background", ol_content_background, FALTERNATE, CSSCLASS);
  1258. registerPostParseFunction(checkPositionFlags);
  1259. registerHook("hideObject", nbspCleanup, FAFTER);
  1260. registerHook("horizontalPlacement", horizontalPlacement, FCHAIN);
  1261. registerHook("verticalPlacement", verticalPlacement, FCHAIN);
  1262. if (olNs4||(olIe5&&isMac)||olKq) olLoaded=1;
  1263. registerNoParameterCommands('sticky,autostatus,autostatuscap,fullhtml,hauto,vauto,closeclick,wrap,followmouse,mouseoff,compatmode');
  1264. ///////
  1265. // ESTABLISH MOUSECAPTURING
  1266. ///////
  1267. // Capture events, alt. diffuses the overlib function.
  1268. var olCheckMouseCapture=true;
  1269. if ((olNs4 || olNs6 || olIe4)) {
  1270. olMouseCapture();
  1271. } else {
  1272. overlib = no_overlib;
  1273. nd = no_overlib;
  1274. ver3fix = true;
  1275. }