function openExtraPic(stireid, picid) {
	xw = window.open (_QBOX_WEB_ROOT+"/stiri/stiri_picture_extra.php?sid="+stireid+"&pind="+picid, "stirepicwin","width=650,height=680,status=1,toolbar=0");
	xw.focus();
}
