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


function OpenPopUpReq(url)
{
	NewWin = window.open(url ,'', 'width=450,height=295,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}
function OpenPopUpTri(url)
{
	NewWin = window.open(url ,'', 'width=445,height=350,resizable,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	NewWin.focus();
}