| Related sites for http://www.breezetree.com/flowcharting-software/ |
| RFC_2318 The Text/css Media Type. H. Lie, B. Bos, C. Lilley. March 1998. | | 4W_Consulting Consulting company specializing in providing expert Cache and MUMPS, and related technologies, application development as well as systems management services. | | Practice_on_the_Web Web design and development for medical specialists and health related companies, including design, marketing and brand identity. | | Swap_and_Play Social network to help share movies, games and music among friends, by borrowing their legal physical copies. Provides listing and searches of friends' collections. | | Strategy_3D Consulting firm specializing in business intelligence application development using Hyperion Analyzer and MicroSoft Excel front-ends. | | Relakks PPTP based VPN service based out of Sweden. The site claims their Swedish jurisdiction allows for greater protection from government subpoena. | | POSAL_com Offers a retail/wholesale inventory control and management system. Features demonstration downloads, faq and online ordering. | | GC_dataBay Integrated construction software for contractors and builders. | | Academy_of_Sciences_of_the_Czech_Republic Institute of Information Theory and Automation. | | Software_applications_for_the_construction_industry Estimating, project management, document management and term maintenance software applications for the construction and civil engineering industry | | What\'s_Next__Batteries_Push_Paper_Into_Electronics_Age Flexible batteries hold promise for electronic paper. Free registration required. [NY Times] (May 24, 2001) | | Semaphores_in_Linux An explanation of semaphores under Linux, including a comparison of System V and POSIX style semaphores. Code examples show how semaphores are used. (May 24, 2007) | | 24/7_PersonalCRM Advanced Customer Relationship and Acquisition Management (CRAM) solution, focused on full customer life-cycle management. [Win95/98/Me/NT/2000] | | DSL_Productions Offers site design. | | O_Interactive Offers advertising, graphic design, branding, media planning and design solutions.. | | ISFuture_Studios Provides web design, hosting and multimedia development. Contains services and portfolio. Based in Malta. | | WCIC South African development company specializing in e-commerce, web hosting and web application development. | | Net_Agents_Ltd Design, technology consulting, IT Management, database integration, and internet marketing. Located in Coventry, United Kingdom. | | PowerClock Employee time clock, email, and multi-site communications. Features include easy to use interface with auto-sync data and customizable security. Export to Quickbooks. Runs on all versions of Windows. | | Programmers_help_Napster_clones_take_off Article about the new open source program Gnutella which shares music files over the internet, similar to Napster. [News.com] (April 10, 2000) |
|
|
Flowchart Software
/******************************************************************************
Name: Highslide JS
Version: 3.3.19 (June 1 2008)
Config: default
Author: Torstein Hønsi
Support: http://vikjavev.no/highslide/forum
Licence:
Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following conditions:
* Attribution. You must attribute the work in the manner specified by the
author or licensor.
* Noncommercial. You may not use this work for commercial purposes.
* For any reuse or distribution, you must make clear to others the license
terms of this work.
* Any of these conditions can be waived if you get permission from the
copyright holder.
Your fair use and other rights are in no way affected by the above.
******************************************************************************/
var hs={graphicsDir:'../highslide/graphics/',restoreCursor:'zoomout.cur',expandSteps:10,expandDuration:250,restoreSteps:10,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,restoreTitle:'Click to close image, click and drag to move.',loadingText:'Loading...',loadingTitle:'Click to cancel',loadingOpacity:0.75,focusTitle:'Click to bring to front',allowMultipleInstances:true,numberOfImagesToPreload:5,captionSlideSpeed:1,padToMinWidth:false,outlineWhileAnimating:2,outlineStartOffset:3,fullExpandTitle:'Expand to actual size',fullExpandPosition:'bottom right',fullExpandOpacity:1,showCredits:false,creditsText:'Powered by Highslide JS',creditsHref:'http://vikjavev.no/highslide/',creditsTitle:'Go to the Highslide JS homepage',enableKeyListener:true,captionId:null,spaceForCaption:30,slideshowGroup:null,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:'drop-shadow',wrapperClassName:'highslide-wrapper',preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:['allowSizeReduction','outlineType','outlineWhileAnimating','spaceForCaption','captionId','captionText','captionEval','wrapperClassName','minWidth','minHeight','slideshowGroup','easing','easingClose','fadeInOut'],overlays:[],idCounter:0,faders:[],pendingOutlines:{},clones:{},ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(id){return document.getElementById(id)},push:function(arr,val){arr[arr.length]=val},createElement:function(tag,attribs,styles,parent,nopad){var el=document.createElement(tag);if(attribs)hs.setAttribs(el,attribs);if(nopad)hs.setStyles(el,{padding:0,border:'none',margin:0});if(styles)hs.setStyles(el,styles);if(parent)parent.appendChild(el);return el},setAttribs:function(el,attribs){for(var x in attribs)el[x]=attribs[x]},setStyles:function(el,styles){for(var x in styles){try{if(hs.ie&&x=='opacity'){if(styles[x]>0.99)el.style.removeAttribute('filter');else el.style.filter='alpha(opacity='+(styles[x]*100)+')'}else el.style[x]=styles[x]}catch(e){}}},ieVersion:function(){var arr=navigator.appVersion.split("MSIE");return arr[1]?parseFloat(arr[1]):null},getPageSize:function(){var iebody=document.compatMode&&document.compatMode!="BackCompat"?document.documentElement:document.body;var width=hs.ie?iebody.clientWidth:(document.documentElement.clientWidth||self.innerWidth),height=hs.ie?iebody.clientHeight:self.innerHeight;return{width:width,height:height,scrollLeft:hs.ie?iebody.scrollLeft:pageXOffset,scrollTop:hs.ie?iebody.scrollTop:pageYOffset}},position:function(el){var p={x:el.offsetLeft,y:el.offsetTop};while(el.offsetParent){el=el.offsetParent;p.x+=el.offsetLeft;p.y+=el.offsetTop;if(el!=document.body&&el!=document.documentElement){p.x-=el.scrollLeft;p.y-=el.scrollTop}}return p},expand:function(a,params,custom){if(a.getParams)return params;try{new hs.Expander(a,params,custom);return false}catch(e){return true}},focusTopmost:function(){var topZ=0,topmostKey=-1;for(var i=0;itopZ){topZ=hs.expanders[i].wrapper.style.zIndex;topmostKey=i}}}if(topmostKey==-1)hs.focusKey=-1;else hs.expanders[topmostKey].focus()},getAdjacentAnchor:function(key,op){var aAr=document.getElementsByTagName('A'),hsAr={},activeI=-1,j=0;for(var i=0;i
function GoToInstructions()
{
setTimeout("window.location='http://www.breezetree.com/download-free-trials.htm'",3000);
return true;
}
|
|