// JavaScript Document

function showPopUp(sURL) 
{
		var arg;
		if (sURL=='alliancevisit.htm')
		{
			sWidth='623';
			sHeight='500';
		}
		else if (sURL=='newsallianceblessing.htm')
		{
			sWidth='600';
			sHeight='500';
		}
		else if (sURL=='newsalliancejapsitx.htm')
		{
			sWidth='600';
			sHeight='500';
		}
		else if(sURL=='newsexportprogram.htm')
		{
			sWidth='650';
			sHeight='600';
		}
		else if(sURL=='newsjofis.htm')
		{
			sWidth='603';
			sHeight='600';
		}
		else if(sURL=='newsalliancenewhq.htm')
		{
			sWidth='610';
			sHeight='400';
		}
		else if(sURL=='newslettervol2no5.htm')
		{
			sWidth='700';
			sHeight='600' + ', scrollbars=yes';
		}
		else
		{
			sWidth='720';
			sHeight='600'  + ', scrollbars=yes';
		}
		//showModalDialog(sURL, arg,'status:off;dialogWidth:' + sWidth + 'px;dialogHeight:' + sHeight + 'px;help:no;resizable:yes;');
		//window.open('retailPOS.htm','POS','left=100,top=100,width=610,height=430');
		window.open(sURL, 'blank', 'left=100, top=50, width=' + sWidth + ',height=' + sHeight);
};
