function Popup( Url, Opt )
{
    if( !Opt )
        Opt = 'width=550,height=365,toolbar=no,resizable=no,scrollbars=no,location=no';
    //window.open( Url, 'Print', 'width=550,height=365,toolbar=no,resizable=no,scrollbars=no,location=no' );
    window.open( Url, 'Print', Opt );
}



function cursor_set( Cursor )
{
	 document.body.style.cursor = Cursor;
}
