neokolyan
I've found only one minus: JScript errors "on line 1 symbol 1 ..." at IE8 (only IE, not FF). Solution - paste this code in template's index.php:
if(window.ie){
window.attachEvent("onbeforeunload",fcRemoveFlash);
function fcRemoveFlash() {
var arr = document.all.tags("object");
if (arr && arr.length) {
for (var i=arr.length-1; 0
If you mail me the solution i'll fix the problem
thx

