function openWindow(url,width,height)
{
	window.open(url,"_blank","width="+width+",height="+height+",scrollbars=1");
}
