// Copyright (c) Alcusoft 2002,
// All rights reserved
//
// All kind of unauthorized use and
// copying of the material on this
// site is prohibited.


function OpenPopUpMoreInfo(url)
{
	NewWin = window.open(url ,'', 'width=480,height=585,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}

function OpenPopUpMoreInfo800(url)
{
	NewWin = window.open(url ,'', 'width=800,height=640,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}


function OpenPopUpSongList(url)
{
	NewWin = window.open(url ,'', 'width=640,height=585,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}
function OpenPopUpSongListRUSSIAN(url)
{
	NewWin = window.open(url ,'', 'width=800,height=585,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}
function OpenPopUpRCA(url)
{
	NewWin = window.open(url ,'', 'width=400,height=420,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}


function OpenPopUpRecChip(url)
{
	NewWin = window.open(url ,'', 'width=540,height=210,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}
