// JavaScript Document
mySSIPFl = new SSIPFl();
function initFuntools(){
			// Setup for the Page
			
			//var mySSIPFl = new SSIPFl();
			
			mySSIPFl.scaleBar('zhandle','zoombar','zoomOutput','h',50,20,300,'forsnapper');
			mySSIPFl.snapNavigator('forsnapper','snapnavigator','snapperbutton','forsnapper','forsnapper');
			mySSIPFl.lockToWindow('forsnapper','locktowindowbt',1024,'http://www.swiix.ch/fileadmin/templates/swiix/images/locktw.gif','http://www.swiix.ch/fileadmin/templates/swiix/images/locktw_active.gif','');
			mySSIPFl.fontSizeBar('forsnapper','fontsmaler','fontnormal','fontbiger',0.2);
			
			mySSIPFl.scrollHand('forsnapper','scrollhand','http://www.swiix.ch/fileadmin/templates/swiix/images/hand_move.gif','http://www.swiix.ch/fileadmin/templates/swiix/images/hand_move_active.gif','http://www.swiix.ch/fileadmin/templates/swiix/images/hand_cursor.gif');
		
}

