function sendrate()
{
var curr_loc = window.location.href;
var curr_title = window.document.title;
//var win_sr = window.open("", "Sendrate", "height=700, width=600, resizable=yes, scrollbars=Yes");
//win_sr.location = "http://www.sztaki.hu/select/rate?a=rate&s=test&uri=" + curr_loc + "&ti=" + curr_title;

var win_sr = window.open('', 'Sendrate', 'scrollbars,resizable,height=550,width=400,');
win_sr.location = 'http://www.sztaki.hu/select/rate?a=rate&s=general&uri=' + escape(location.href) + '&ti=' +escape(document.title)+'&lm='+escape(Date.parse(document.lastModified)); 

}    


//<a
//href="javascript:void(r='http://www.sztaki.hu/select/rate?a=rate&s=general&uri='+escape(location.href)+'&ti='+escape(document.title)+'&lm='+escape(Date.parse(document.lastModified)));void(rW=window.open(r,'rateWindow','toolbar=no,scrollbars=yes,resizable=
//yes,width=400,height=550'));void(rW.focus());"> Rate this </a>




//javascript:void(r='http://www.sztaki.hu/select/rate?a=rate&s=general&uri='+escape(location.href)+
//'&ti='+escape(document.title)+'&lm='+escape(Date.parse(document.lastModified)));
//void(rW=window.open(r,'rateWindow','toolbar=no,scrollbars=yes,resizable=yes,width=400,height=550'));void(rW.focus());




