﻿// JavaScript Document

var domain = 'icca.org.hk';
var website_title = 'ICCA 國際經典文化協會';
var website_domain_url = 'http://'+domain;
var prefix = "/";
var img_folder = 'images';
var img_prefix_url = prefix + img_folder;



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function pageInfo (level, path, folder, title, url_path, img_path)
{
	this.level = level;
	this.path = path;
	this.folder = folder;
	this.title = title;
	this.url_path = url_path;
	this.img_path = img_path;


} // pageInfo

function printTxt (text)
{
	if (text == null) text = '';
	document.write('\n' + text + '\n');
	
}	// printTxt

/*
function printImgTag (src, width, height, vspace, alt, align, border, hspace, ismap, longdesc, usemap, id, class, title, style, lang)
{
	document.write('\n<img src="'+src+'" width="'+width);
	document.write('height="'+height+'"  vspace="'+vspace+'" alt="'+alt);
	document.write('align="'+align+'"  border="'+border+'" hspace="'+hspace);
	document.write('ismap="'+ismap+'"  longdesc="'+longdesc+'" usemap="'+usemap);
	document.write('id="'+id+'"  class="'+class+'" title="'+title);
	document.write('style="'+style+'" lang="'+lang+'">\n');
	
}	// printImgTag
*/
function printImgTag4 (src, width, height, border, vspace)
{
	document.write('\n<img src="'+src+'" width="'+width+'" height="'+height+'" vspace="'+vspace+'" border="'+border+'">\n');
	
}	// printTxt

function printImgTag5 (src, width, height, border, align, hspace)
{
	document.write('\n<img src="'+src+'" width="'+width+'" height="'+height+'" border="'+border+'"  align="'+align+'" hspace="'+hspace+'">\n');
	
}	// printTxt

function printImgTag (src, width, height, border)
{
	document.write('\n<img src="'+src+'" width="'+width+'" height="'+height+'" border="'+border+'">\n');
	
}	// printTxt

function printHrefTag (src, classStr)
{
	document.write('\n<a href="'+src+'"  class="'+classStr+'">\n');
	
}	// printTxt

function printHrefTag2 (src, target)
{
	document.write('\n<a href="'+src+'" target="'+target+'">\n');
	
}	// printTxt

// pageInfo 			(level, path, folder, title, url_path, img_path)

c_mainHome = new pageInfo(1, './', '', '主頁', '', './images');
c_aboutus = new pageInfo(2, './', '本會簡介', '本會簡介', '', './images');
c_meeting = new pageInfo(3, './', '誦讀大會', '誦讀大會', '', './images');
c_activity = new pageInfo(4, './', '交流會', '交流會', '', './images');
c_oversea_activity = new pageInfo(5, './', '海外活動', '海外活動', '', './images');
c_info = new pageInfo(6, './', '讀經資料', '讀經資料', '', './images');
c_passing_activity = new pageInfo(7, './', '過往活動', '過往活動', '', './images');
c_media = new pageInfo(8, './', '媒體報導', '媒體報導', '', './images');
c_contact_us = new pageInfo(9, './', '聯絡我們', '聯絡我們', '', './images');



