// Ver: $Id: default.js,v 1.4 2006-04-21 14:03:09 erp Exp $
var CLIENT_POPUP_PARAMS = 'status=yes,scrollbars=yes,resizable=yes,width=400,height=600';

function initTrackmark()
{
	changeBackground('trackmarkDiv','1x1white.png');
}

function openBrowserImageWindow(theUrl) {
	openBrowserWindow(theUrl, "image_win", "status=yes,scrollbars=yes,resizable=yes,alwaysRaised=yes,menubar=yes");
}
