<!--

var newwindow;

function PopupWindow(url, height, width, toolbar) {
	if (!height) height=350;
	if (!width) width=500;
	if (!toolbar) toolbar='no';
	var parameters='height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes,toolbar=' + toolbar + ',status=yes,dependant=yes';
	newwindow=window.open(url,'name',parameters);
	if (window.focus) {newwindow.focus()}
}

function Purchase() {
	__utmLinker('https://www.plimus.com/jsp/buynow.jsp?extendedDownloadCost=0&contractId=1659083');
}

// -->