function openplay(str,str1){
widthv = "500";
heightv = "470";
xposition = (screen.width - widthv)/2;
yposition = (screen.height - heightv)/2;
window.open('../../fee/Openobject/St_free.asp?id='+str,'play','toolbar=no,Directories=no,location=no,Status=no,,menubar=no,resizable=1,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}
