function openWinSR (linkAddress,name,w,h)
{
window.open(linkAddress,name,"width="+w+",height="+h+",status=0, scrollbars, resizable");
}