
function Popup_Form_School(coment_id) {
	var height = 250; 
	var width = 300;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
	 
	this.open("http://www.vertinkim.lt/includes/popup_form.php?task=school&report="+coment_id, "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
}
function Popup_Form_Teacher(coment_id) {
	var height = 250; 
	var width = 300;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
	
	this.open("http://www.vertinkim.lt/includes/popup_form.php?task=teacher&report="+coment_id, "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
}