   function changeDiv(strx)
{
var ch_windows=window.open(strx,"height=300,width=500");

}
