// cem.js 

var mstrSizeParams = 'width=1011,height=709';
var mstrSizeSmallParams = 'width=510,height=515';
var mstrClientURL = "https://plus22.safe-order.net/chancellor/cemlogon.html";
function OpenClient()
{
	window.open(mstrClientURL, "Client", "toolbar=0,status=1,location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0,"+mstrSizeParams)
}

