function openWindow(url,width,height)
{
    PopURL=url;
    if(!PopWin || PopWin.closed){
        PopWin=PopWinOpen(width,height);
    }
    else {
        PopWin.close();
        PopWin=null;
        PopWin=PopWinOpen(width,height);
    }
}
var PopURL="";
var PopWin=null;
var openpopwin=null;
function PopWinOpen(width,height){
    var x =(screen.availWidth-width)/2;
    var y =(screen.availHeight-height)/2;
	var winfeatures="width="+width+",height="+height+",top="+y+",left="+x+",resizable=0,scrollbars=0";
	openpopwin=null;
	openpopwin=window.open(PopURL,"remote",winfeatures);
	return openpopwin;
}
openWindow("http://app.xaraonline.com/_cumulus/vlogin_popup.asp?cid=9DA1A6767951FFC7&sid=" + "&srcurl=" + escape(window.location),280,140)

document.write('<TABLE border="0"><TR><TD><font face="Arial, Helvetica, Sans-serif" size="2">Secure item - sign in to view</font></TD></TR></TABLE>\n')
