function init_scrollers(){	$(function()	{		$('#pane1').jScrollPane({scrollbarWidth : 20, scrollbarMargin : 16, dragMinHeight : 41, dragMaxHeight : 41});		$('#pane2').jScrollPane({scrollbarWidth : 20, scrollbarMargin : 16, dragMinHeight : 41, dragMaxHeight : 41});		$('#pane3').jScrollPane({scrollbarWidth : 20, scrollbarMargin : 6, dragMinHeight : 41, dragMaxHeight : 41});	});	}function init_sIFR(templateLoc) {	// sIFR INIT	var alphamack = {		src: templateLoc + '/sIFR/alphamack.swf',		ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]};	sIFR.activate(alphamack);	sIFR.replace(alphamack, {		selector: 'h1,h6',		preventWrap: true, 		fitExactly: true, 		tuneHeight: -2,		wmode: 'transparent',		css: [		  '.sIFR-root { text-align: left; padding-right: 1em; }',		  'a { text-decoration: none; }',		  'a:link { color: #1d6d80; }',		  'a:hover { color: #000000; }'		]	  });}function embedFlash(f_src, f_id, f_width, f_height) {	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);	if(hasRightVersion) {  // if we've detected an acceptable version		// embed the flash movie		AC_FL_RunContent(			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',			'width', f_width,			'height', f_height,			'src', f_src,			'quality', 'high',			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',			'align', 'middle',			'play', 'true',			'loop', 'true',			'scale', 'showall',			'wmode', 'transparent',			'devicefont', 'false',			'id', f_id,			'bgcolor', '',			'name', f_id,			'menu', 'false',			'allowScriptAccess','sameDomain',			'movie', f_src,			'salign', ''			); //end AC code	}}function launchMP3() {	var thePage = "wp-content/themes/default/audio/mp3window.html";	var theName = "mp3player";	window.open(thePage,theName,"width=200,height=200,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,title=0,toolbar=0");}