<script
language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script><p align="center"><font face="Tahoma" style="font-size: 9pt"><a target="_blank" href="http://parsinanet.persiangig.com"><span style="text-decoration: none">جاوا اسكریپت</span></a></font></p>
|