﻿// JScript File
window.onload=function()
{


}
function RB(id,id1)
{
var x='p'+ id;
var y='p'+ id1;
  document.getElementById(x).style.display="block";
  document.getElementById(y).style.display="none";

}

function size_p()
{

document.getElementById('cntArea_online').style.height="330px"
//var x=document.getElementById('<%=DropDownList4.ClientID%>');
//////x.options[x.selectedIndex].text.match('اقساطي')
////alert(x.options(x.selectedIndex).text);
//var SelectedText=x.options[x.selectedIndex].text;
//alert(SelectedText)

}
