/*	BysMoo WCMS, Copyright (c) ByYourSite since 2008. All rights reserved.

	This source file is free software; you can redistribute it and/or
	modify it under the terms of the MOO Public License as published
	by the MOO Development Group; either version 1.1 of the License, or
	(at your option) any later version.
*/
var block_id=null;function gup(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)", regex=new RegExp(regexS), results=regex.exec(window.location.href);if(results==null)return false;else    return results[1]}function showBlock(id){if(gup('block')){$(gup('block')).style.display='none'}closeBlock();try{if(block_id_curr){$(block_id_curr).style.display='none'}}catch(e){}block_id=$(id);$('block_hor').style.display='block';$(id).style.display='block'}function closeBlock(){try{if(block_id){MOO.setNodeClass(block_id,null);try{block_id.style.removeProperty('display')}catch(e){try{block_id.style.display=''}catch(e){}}block_id=null;$('block_hor').style.display='none'}}catch(e){alert('closePopup:'+e.message)}try{if(block_id_curr){$('block_hor').style.display='block';$(block_id_curr).style.display='block'}}catch(e){}}