function ratingme(id,ttl,widh,heght)
{
	wdth=440;
	heght=250;
if(window.pu && !window.pu.closed)

{
	window.pu.close();
}	
lft=(screen.width/2)-(wdth/2);
tp=(screen.height/2)-(heght/2);
//window.open("", "",",menubar,scrollbars,directories,scrollbars,resizable,copyhistory,height=200,width=200")
wspc="menubar=no,directories=no,copyhistory,location=no,resizable=yes ,scrollbars=yes,resizable=yes,width="+wdth + ",height="+heght+",left="+lft+",top="+tp;
url="rating.php?id="+id;


pu=window.open(url,"محتوى_الموضوع",wspc);

pu.focus();
}


function ratingme_pro(id,ttl,widh,heght)
{
	wdth=640;
	heght=320;
if(window.pu && !window.pu.closed)

{
	window.pu.close();
}	
lft=(screen.width/2)-(wdth/2);
tp=(screen.height/2)-(heght/2);
//window.open("", "",",menubar,scrollbars,directories,scrollbars,resizable,copyhistory,height=200,width=200")
wspc="menubar=no,directories=no,copyhistory,location=no,resizable=yes ,scrollbars=yes,resizable=yes,width="+wdth + ",height="+heght+",left="+lft+",top="+tp;
url="rating_pro.php?id="+id;


pu=window.open(url,"محتوى_الموضوع",wspc);

pu.focus();
}



function ratingme_shdw(id,ttl,widh,heght)
{
	wdth=640;
	heght=290;
if(window.pu && !window.pu.closed)

{
	window.pu.close();
}	
lft=(screen.width/2)-(wdth/2);
tp=(screen.height/2)-(heght/2);
//window.open("", "",",menubar,scrollbars,directories,scrollbars,resizable,copyhistory,height=200,width=200")
wspc="menubar=no,directories=no,copyhistory,location=no,resizable=yes ,scrollbars=yes,resizable=yes,width="+wdth + ",height="+heght+",left="+lft+",top="+tp;
url="rating_shdw.php?id="+id;


pu=window.open(url,"محتوى_الموضوع",wspc);

pu.focus();
}


function telme(id,ttl,widh,heght)
{
	wdth=700;
	heght=400;
if(window.pu && !window.pu.closed)

{
	window.pu.close();
}	
lft=(screen.width/2)-(wdth/2);
tp=(screen.height/2)-(heght/2);

wspc="location=no,resizable=yes ,scrollbars=yes,resizable=yes,width="+wdth + ",height="+heght+",left="+lft+",top="+tp;
url="showme.php?id="+id;


pu=window.open(url,"محتوى_الموضوع",wspc);

pu.focus();
}