function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

function ratelink(ID) {
var Xpos=screen.width/6; Ypos=screen.height/6;
open("http://www.underwearrealm.com/cgi-bin/review/rate.cgi?ID="+ID, "ReportWindow", "width=250,height=250,location=no,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,left="+Xpos+",top="+Ypos);
}

function report(ID) {
var Xpos=screen.width/6; Ypos=screen.height/6;
open("http://www.underwearrealm.com/cgi-bin/review/report.cgi?ID="+ID, "ReportWindow", "width=385,height=380,location=no,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,left="+Xpos+",top="+Ypos);
}
function comment(ID) {
var Xpos=screen.width/6; Ypos=screen.height/6;
open("http://www.underwearrealm.com/cgi-bin/review/comments4l.cgi?function=display&LID="+ID, "ReportWindow", "width=800,height=600,location=no,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,left="+Xpos+",top="+Ypos);
}

