function openinterview(id,path) {
	nw = window.open("raw.php?" + path + "&whs_op=100&ex="+id,"whs_exinterview","width=500,height=500,scrollbars=yes,top=0,left=0");
	nw.focus();
}

function openimg(eid,iid,path) {
	var w = screen.width;
	var h = screen.height;
	nw = window.open("raw.php?whsmodule=" + path + "&whs_op=101&ex="+eid+":"+iid,"whs_eximage","width="+w+",height="+h+",top=0,left=0");
	nw.focus();
}