﻿function OpenPopUpwindow(url,h,w) 
{ 
    window.open(url,'name','height='+h+',width='+w+',resizable=yes,scrollbars=yes');
}
