// JavaScript Document

function popUpWindow(URLStr,strName, left, top, width, height)

{

  popUpWin = open(URLStr, strName, 'toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');

}

function popup_on_the_fly(content)
{
	
}