//
// Created by (c) Dobriyan Anton <A.Dobriyan@gmail.com>
// 2007
//

function wo(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 800)+', height='+(h || 400));
	w.focus();
}
function bg(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 640)+', height='+(h || 480));
	w.focus();
}
function kino(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 800)+', height='+(h || 470));
	w.focus();
}
function kino2(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 800)+', height='+(h || 600));
	w.focus();
}
function smole(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 378)+', height='+(h || 283));
	w.focus();
}
function wt(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 334)+', height='+(h || 501));
	w.focus();
}
function wt2(src, w, h)
{
	var w=window.open(src, src.replace(/[^a-z]/gi, ''), 'scrollbars=0, resizebars=0, statusbar=0, width='+(w || 500)+', height='+(h || 334));
	w.focus();
}


