﻿function appendpanel(url,w,h)
{
document.write('<iframe width="'+w+'" height="'+h+'" scrolling="no" frameborder="0" src="'+url+'.aspx"></iframe>');
}