/*Copyright 1998 by Ray Stott - ver 1.0. 
OK to use on noncommercial sites as long as copyright is included. 
Script is available at http://www.erols.com/crays/js.htm 
       
var PopWin = null    
var winCount = 0
var winName = "PopWin"
function openPopWin(winURL, winWidth, winHeight, winFeatures){
  winName = "PopWin" + winCount++ 
  closePopWin()           
  if (openPopWin.arguments.length == 4)
    winFeatures = "," + winFeatures
  else 
    winFeatures = "" 
  PopWin = window.open(winURL, winName, "width" + winWidth 
           + ",height" + winHeight + winFeatures)
  }

function closePopWin(){ 
  
    if(PopWin != null) if(!PopWin.closed) PopWin.close() 
  }
*/

var PopWin = null; 
var winCount = 0;
var winName = "PopWin";
function openPopWin(winURL, winFeatures){
winName = "PopWin" + winCount++;
closePopWin();
winFeatures = "scrollbars=yes,location=yes,resizable=yes,toolbar=yes,width=630,height=350,top=2,left=30"
PopWin = window.open(winURL, winName, winFeatures)}

function closePopWin(){ 
if( (parseInt(navigator.appVersion)>=3 &&
    navigator.appName=="Netscape") ||
    (parseInt(navigator.appVersion)>=4 &&
    navigator.appName=="Microsoft Internet Explorer") )
if(PopWin != null) if(!PopWin.closed) PopWin.close()
}

/* Common */
function Instructions(){
openPopWin("AttributesInst.php3")}
function Help(){
openPopWin("Attributes.php3")}
function idXHTML11(){
openPopWin("Attributes.php3#idXHTML11")}
function i18n(){
openPopWin("Attributes.php3#i18n")}
function coreattrs(){
openPopWin("Attributes.php3#coreattrs")}
function events(){
openPopWin("Attributes.php3#events")}
function reserved(){
openPopWin("Attributes.php3#reserved")}
function attrs(){
openPopWin("Attributes.php3#attrs")}
function inline(){
openPopWin("Attributes.php3#inline")}
function block(){
openPopWin("Attributes.php3#block")}
function flow(){
openPopWin("Attributes.php3#flow")}
function Inline(){
openPopWin("Attributes.php3#Inline")}
function Block(){
openPopWin("Attributes.php3#Block")}
function Flow(){
openPopWin("Attributes.php3#Flow")}
function PCDATA(){
openPopWin("Attributes.php3#PCDATA")}
function Tour(){
openPopWin("AttributesHTML10.php3")}
function literal(){
openPopWin("Attributes.php3#literal")}
function preContent(){
openPopWin("Attributes.php3#pre-content-XHTML")}
function aContent(){
openPopWin("Attributes.php3#aContent")}
function appletContent(){
openPopWin("Attributes.php3#appletContent")}
function mapContent(){
openPopWin("Attributes.php3#mapContent")}
function objectContent(){
openPopWin("Attributes.php3#objectContent")}
function buttonContent(){
openPopWin("Attributes.php3#buttonContent")}
function fieldsetContent(){
openPopWin("Attributes.php3#fieldsetContent")}
function formContent(){
openPopWin("Attributes.php3#formContent")}

/* Declarations and elements */

function Declarations(){
openPopWin("Attributes2a.php3#Declarations")}
function HEADER(){
openPopWin("Attributes2a.php3#HEADER")}
function HTML(){
openPopWin("Attributes2a.php3#HTML")}
function HEAD(){
openPopWin("Attributes2a.php3#HEAD")}
function BODY(){
openPopWin("Attributes2a.php3#BODY")}
function FRAMESET(){
openPopWin("Attributes2a.php3#FRAMESET")}
function BASE(){
openPopWin("Attributes2a.php3#BASE")}
function CSACTIONS(){
openPopWin("Attributes2a.php3#CSACTIONS")}
function LINK(){
openPopWin("Attributes2a.php3#LINK")}
function META(){
openPopWin("Attributes2a.php3#META")}
function STYLE(){
openPopWin("Attributes2a.php3#STYLE")}
function TITLE(){
openPopWin("Attributes2a.php3#TITLE")}
function COMMENT(){
openPopWin("Attributes2a.php3#COMMENT")}
function SCRIPT(){
openPopWin("Attributes2a.php3#SCRIPT")}
function BANNER(){
openPopWin("Attributes2b.php3#BANNER")}
function DEL(){
openPopWin("Attributes2b.php3#DEL")}
function MARQUEE(){
openPopWin("Attributes2b.php3#MARQUEE")}
function ADDRESS(){
openPopWin("Attributes2b.php3#ADDRESS")}
function BLOCKQUOTE(){
openPopWin("Attributes2b.php3#BLOCKQUOTE")}
function CENTER(){
openPopWin("Attributes2b.php3#CENTER")}
function DIV(){
openPopWin("Attributes2b.php3#DIV")}
function HR(){
openPopWin("Attributes2b.php3#HR")}
function LAYER(){
openPopWin("Attributes2b.php3#LAYER")}
function MULTICOL(){
openPopWin("Attributes2b.php3#MULTICOL")}
function DIR(){
openPopWin("Attributes2b.php3#DIR")}
function DL(){
openPopWin("Attributes2b.php3#DL")}
function LI(){
openPopWin("Attributes2b.php3#LI")}
function Heading(){
openPopWin("Attributes2b.php3#Heading")}
function TABLE(){
openPopWin("Attributes2b.php3#TABLE")}
function CAPTION(){
openPopWin("Attributes2b.php3#CAPTION")}
function COLGROUP(){
openPopWin("Attributes2b.php3#COLGROUP")}
function TR(){
openPopWin("Attributes2b.php3#TR")}
function A(){
openPopWin("Attributes2c.php3#A")}
function ABBR(){
openPopWin("Attributes2c.php3#ABBR")}
function B(){
openPopWin("Attributes2c.php3#B")}
function BIG(){
openPopWin("Attributes2c.php3#BIG")}
function BASEFONT(){
openPopWin("Attributes2c.php3#BASEFONT")}
function BDO(){
openPopWin("Attributes2c.php3#BDO")}
function MATH(){
openPopWin("Attributes2c.php3#MATH")}
function BLINK(){
openPopWin("Attributes2c.php3#BLINK")}
function BR(){
openPopWin("Attributes2c.php3#BR")}
function CITE(){
openPopWin("Attributes2c.php3#CITE")}
function FONT(){
openPopWin("Attributes2c.php3#FONT")}
function NOBR(){
openPopWin("Attributes2c.php3#NOBR")}
function ruby(){
openPopWin("Attributes2c.php3#ruby")}
function SPACER(){
openPopWin("Attributes2c.php3#SPACER")}
function BR(){
openPopWin("Attributes2c.php3#BR")}
function SPAN(){
openPopWin("Attributes2c.php3#SPAN")}
function SUB(){
openPopWin("Attributes2c.php3#SUB")}
function APPLET(){
openPopWin("Attributes2c.php3#APPLET")}
function BGSOUND(){
openPopWin("Attributes2c.php3#BGSOUND")}
function IFRAME(){
openPopWin("Attributes2c.php3#IFRAME")}
function IMG(){
openPopWin("Attributes2c.php3#IMG")}
function MAP(){
openPopWin("Attributes2c.php3#MAP")}
function AREA(){
openPopWin("Attributes2c.php3#AREA")}
function FIELDSET(){
openPopWin("Attributes2d.php3#FIELDSET")}
function FORM(){
openPopWin("Attributes2d.php3#FORM")}
function ISINDEX(){
openPopWin("Attributes2d.php3#ISINDEX")}
function BUTTON(){
openPopWin("Attributes2d.php3#BUTTON")}
function LABEL(){
openPopWin("Attributes2d.php3#LABEL")}
function SELECT(){
openPopWin("Attributes2d.php3#SELECT")}
function OPTGROUP(){
openPopWin("Attributes2d.php3#OPTGROUP")}
function TEXTAREA(){
openPopWin("Attributes2d.php3#TEXTAREA")}
function LISTING(){
openPopWin("Attributes2d.php3#LISTING")}
