win_init()
winpage=new lib_doc_size()

//VARIABLE
var winSize;
wnSize=150;

function displayResults() {
cn2="<table border=0 cellpadding=0 cellspacing=0 width=140><tr><td colspan=2><img src=images/px.gif width=1 height=4 border=0></td></tr>"

	var theCookie = getCookie("briefcase");
	if (theCookie != null){
		theCookie = unescape(theCookie);
		var Sets = theCookie.split("|");
		var iLoop;
		for(iLoop=0;iLoop<Sets.length;iLoop++){
			var theParts = Sets[iLoop].split("{xxx}");
			var theText = Sets[iLoop].split("{xxx}");
cn2 += "<tr><td colspan=2><img src=images/px.gif width=5 height=5 border=0></td></tr><td><img src=images/px.gif width=5 height=1 border=0></td><td><a href="
cn2 += theParts[0];
cn2 += " class='bookmark'>";
cn2 += theParts[1];
cn2 += "</a></td></tr>";
		}
	}
cn2 +="<tr><td colspan=2><img src=images/px.gif width=5 height=15 border=0></td></tr><tr><td></td><td background=images/rule_tile_blue.gif><img src=images/rule_tile_blue.gif width=4 height=1 border=0></td></tr><tr><td colspan=2><img src=images/px.gif width=5 height=5 border=0></td></tr><tr><td><img src=images/px.gif width=5 height=1 border=0></td><td><table border=0 cellpadding=0 cellspacing=0><tr><td align=left valign=top><a href='##' onClick='clearBriefcase(); oWin[0].close(); return false' class='biolink'><img src=images/bg-clear.gif width=30 height=8 border=0></a></td><td align=left valign=top><img src=images/px.gif width=8 height=1 border=0></td><td align=left valign=top><a href='##' onClick='oWin[0].close(); return false' class='biolink'><img src=images/bm-close.gif width=30 height=8 border=0></a></td></tr></table></td></tr></table>"
}
displayResults();
//addWindow("",cn2,x,80,157,180,"#E4EEF4","#E4EEF4");
addWindow("",cn2,x,80,157,180,"#E4EEF4","#E4EEF4");
