function fixPNG(element,act){if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)){var src;if (element.tagName=='IMG'){if (/\.png$/.test(element.src)){src = element.src;element.src = "images/blank.gif";}}else{src = element.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);if (src){src = src[1];element.runtimeStyle.backgroundImage="none";}}if (src) element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "'"+(act?",sizingMethod='scale'":'')+")";}}
function gm(estr){var str =  estr.replace(new RegExp("(.)(.)", "g"), "$2$1");document.write(str);}
function expand(w,h){width = screen.width;height = screen.height;window.open('?swf', 'swf', 'width='+w+', height='+h+',left='+Math.round((width-w)/2)+',top='+Math.round((height-h)/2)+',resizable=no,scrollbars=no,status=no');}