// JavaScript Document
function view_license(id,style)
{
	if(id != "" && style != "")
	{
		if(style=='A')
		{
			popUpWindow('jtable_pdfgraphics.htm',50,50,767,550)
		}
		if(style=='B')
		{
			popUpWindow('java_pdf_libary_tables.htm',50,50,767,550)
		}
		if(style=='C')
		{
			popUpWindow('java_pdf_library_font.htm',50,50,767,550)
		}
		if(style=='D')
		{
			popUpWindow('pdf_text_properties.htm',50,50,767,550)
		}
		if(style=='E')
		{
			popUpWindow('java_libary_objects.htm',50,50,767,550)
		}
		if(style=='F')
		{
			popUpWindow('java_library_pattern.htm',50,50,767,550)
		}
		if(style=='G')
		{
			popUpWindow('java_pdf_stlyes.htm',50,50,767,550)
		}
		if(style=='H')
		{
			popUpWindow('java_library_license.htm',50,50,767,550)
		}
		if(style=='I')
		{
			popUpWindow('java_pdf_source_code.htm',50,50,767,550)
		}
		if(style=='J')
		{
			popUpWindow('java_pdf_oem.htm',50,50,767,550)
		}
		if(style=='K')
		{
			popUpWindow('java_lib_disclaimer.htm',50,50,767,550)
		}
		if(style=='L')
		{
			popUpWindow('privacy_pdf_lib.htm',50,50,767,488)
		}
  		if(style=='M')
		{
			popUpWindow('java_pdf_architecture_enlarge.htm',50,50,767,497)
		}
		if(style=='N')
		{
			popUpWindow('java_pdf_refund_policy.htm',50,50,767,497)
		}

	}
}
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}