function popup(width,height,file)
{	window.open(file,"Links","border=no scrollbars=yes status=no width="+width+" height="+height);
}