﻿function openIRSOL(url)
{
	swidth = screen.width;
	sheight = screen.height;
	stop = ( sheight- 600 ) / 2 ; 
	sleft = ( swidth - 800 ) / 2 ; 

	mainpage=window.open ( url , "loginPage1" , "toolbar=0,status=1,scrollbars=1,top="+stop+",left="+sleft+",width=800,height=600" ,"" );
	mainpage.focus();
}

function openIRpayments()
{
	swidth = screen.width;
	sheight = screen.height;
	stop = 0;
	sleft= 0;

	mainpage=window.open ( "https://secure2.gov.mt/irdnet/payments.aspx" , "loginPage" , "toolbar=0,status=1,scrollbars=1,top="+stop+",left="+sleft+",width= " + swidth + ",height="+ sheight ) ; 
	
	mainpage.focus();
}

function openFS5iform()
{
	swidth = screen.width;
	sheight = screen.height;
	stop = 0;
	sleft= 0;

	mainpage=window.open ( "https://secure2.gov.mt/irdnet/fs5iform.aspx" , "loginPage" , "toolbar=0,status=1,scrollbars=1,top="+stop+",left="+sleft+",width= " + swidth + ",height="+ sheight ) ; 

	mainpage.focus();
}
