function popup( url, height, width )
{

	window.open( url, 'POPUP', "height="+ height +", width="+width+", menubar=no, resizable=no, scroolbars=no, status=no, toolbar=no" );
}