/*
* Vladimir K Urushev (urushev@yandex.ru)
* (c) MagicGold.ru, 2009-2010
*/

this.newWindow=function(){$(".newwindow").click(function(e){window.open(this.href,'newwin','location=1,status=1,scrollbars=1,width=750,height=550');return false})};$(document).ready(function(){newWindow()});$(document).bind("ajaxComplete",function(){newWindow()});