<!--
// this script determines whether the user's browser
// is IE3, IE4, or Netscape 4, and loads a different
// style sheet for each; for other browsers,
// it does nothing

//from ultimate browser sniffer.
var agt = navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_minor = parseFloat(navigator.appVersion);
var is_nav = ( (agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
	      && (agt.indexOf('compatible') ==-1) && (agt.indexOf('opera')==-1)
	      && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1) );
var is_nav4 = (is_nav && (is_major == 4));
var is_gecko = (agt.indexOf('gecko') !=-1);
//var is_ie = ((agt.indexOf("msie") !=  -1) && (agt.indexOf("opera") == -1));
var is_ie = (agt.indexOf("msie") !=  -1); // include opera.

function itsNetscape() {
    document.write("<style type='text/css'>");
    document.write("<!--");
    document.write(".negTitle { font-size: 9pt; }");
    document.write("A.negSubItem { color : LightCyan; text-decoration : none; font-size : 8pt; 	font-family : Arial, Helvetica, Geneve, Swiss, sans-serif; }");
    document.write("A.negSubItem:active { color : LightCyan }");
    document.write("A.negSubItem:visited { color : LightCyan }");
    document.write("A.negMainItem { color : White; text-decoration : none; font-size : 9pt;	font-weight : bold; line-height : 15pt; font-family : Arial, Helvetica, Geneve, Swiss, sans-serif; }"); 
    document.write("A.negMainItem:active { color : White }");
    document.write("A.negMainItem:visited { color : White }");
    document.write("-->");
    document.write("</style>");
    document.write("<BR>");
}	

function ieVersion() {
    document.write("<style type='text/css'>");
    document.write("<!--");
    document.write(".negTitle { font-size: 8pt; }");
    document.write(".negSubItem { color : LightCyan; text-decoration : none; font-size : 7pt; font-family : Arial, Helvetica, Geneve, Swiss, sans-serif; }");
    document.write("A.negSubItem:active { color : LightCyan }");
    document.write("A.negSubItem:visited { color : LightCyan }");
    document.write("A.negSubItem:visited:hover { color : Red }");
    document.write(".negMainItem { color : White; text-decoration : none; font-size : 8pt; font-weight : bold;	font-family : Arial, Helvetica, Geneve, Swiss, sans-serif; }");
    document.write("A.negMainItem:active { color : White }");
    document.write("A.negMainItem:visited { color : White }");
    document.write("A.negMainItem:visited:hover { color : Red }");
    document.write("-->");
    document.write("</style>");
}

if(is_nav4){
	itsNetscape()
    }
else if(is_ie || is_gecko){
	ieVersion();
    }
//-->

var loc = document.location.toString();

document.write("<TABLE CELLSPACING='0' CELLPADDING='4' BORDER='0' ALIGN='LEFT'>");

<!-- LOGO -->
document.write("<TR><TD VALIGN='TOP' HEIGHT='130'><IMG SRC='IMG/PDCAT_LOGO.gif' HSPACE=0 BORDER=0 ALIGN='LEFT' ALT='PDCAT2000'></TD></TR>");

<!-- Top Page -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='index.html'>Site Top Page</A></TD></TR>");

<!-- Program -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='program.html'>Program</A></TD></TR>");
if( (loc.substring(loc.length, (loc.length-12))=="program.html") ||
(loc.substring(loc.length, (loc.length-12))=="keynote.html") ||
(loc.substring(loc.length, (loc.length-13))=="industry.html") ||
(loc.substring(loc.length, (loc.length-13))=="tutorial.html") ) {
//document.write("<TR><TD><A CLASS='negMainItem' HREF='program.html'>Program</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='program.html'>Advanced Program</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='keynote.html'>Keynote</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='tutorial.html'>Tutorials</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='industry.html'>Industry Presentation/Exhibition</A></TD></TR>");
}




<!-- Information for presenters -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='http://norisuke.jaist.ac.jp:8000/hori-abe-lab/etc/pdcat/presenter.html'>Information for presenters</A></TD></TR>");
document.write("<TR><TD><A CLASS='negMainItem' HREF='presenter.html'>Information for presenters</A></TD></TR>");
if( (loc.substring(loc.length, (loc.length-14))=="presenter.html") ||
(loc.substring(loc.length, (loc.length-10)) == "dates.html") ||
(loc.substring(loc.length, (loc.length-8)) == "cfp.html") ) {
	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='presenter.html'>Information for Presenter</A></TD></TR>");
	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='dates.html'>Important Dates</A></TD></TR>");
	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='cfp.html'>Call for Papers</A></TD></TR>");
	}





<!---------------------------- Travel Information ---------------------------------->

<!-- Traffic Information -->

document.write("<TR><TD><A CLASS='negMainItem' HREF='traffic_info.html'>Travel Info</A></TD></TR>");
if( (loc.substring(loc.length, (loc.length-17))=="traffic_info.html") ||
(loc.substring(loc.length, (loc.length-9))=="visa.html") ) {
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='traffic_info.html'>Travel Info</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='visa.html'>Visa Info</A></TD></TR>");
}



<!-- Visa Information -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='visa.html'>Visa Info</A></TD></TR>");
<!---------------------------- /Travel Information ---------------------------------->



<!-- Keynote -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='keynote.html'>Keynote</A></TD></TR>");

<!-- Tutorial -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='tutorial.html'>Tutorials</A></TD></TR>");

<!-- Registration -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='registration.html'>Registration</A></TD></TR>");

<!-- Call for Papers for Special Issue -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='cfie.html'>Call for Industry Presentation/Exhibition</A></TD></TR>");

<!-- Call for industry presentation/exhibition -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='industry.html'>Industry Presentation/Exhibition</A></TD></TR>");
//if( (loc.substring(loc.length, (loc.length-13))=="industry.html") ||
//(loc.substring(loc.length, (loc.length-9)) == "cfie.html") ) {
//	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='cfie.html'>Call for Industry Presentation/Exhibition</A></TD></TR>");
//	}





<!-- Important Dates -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='dates.html'>Important Dates</A></TD></TR>");



<!-- Committees -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='committee.html'>Committees</A></TD></TR>");
if(loc.substring(loc.length, (loc.length-14))=="committee.html") {
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='committee.html#CCOM'>Conference Committee</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='committee.html#PCOM'>Program Committee</A></TD></TR>");
document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='committee.html#LCOM'>Local Arrangement Committee</A></TD></TR>");
}




<!-- Call for paper -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='cfp.html'>Call for Papers</A></TD></TR>");
//if(loc.substring(loc.length, (loc.length-8))=="cfp.html") {
//	document.write("<TR><TD>- <A HREF='cfp.html#topics'><I>Topics</I></A></TD></TR>");
//	document.write("<TR><TD>- <A HREF='cfp.html#general'><I>General Requirement</I></A></TD></TR>");
//	}


<!-- Paper Submission -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='cfp_submit.html'>Paper Submission</A></TD></TR>");
//if(loc.substring(loc.length, (loc.length-15))=="cfp_submit.html") {
//document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='cfp_submit.html#SINSTRUCT'>Instruction</A></TD></TR>");
//document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='cfp_submit.html#SPAPER'>Submission Form</A></TD></TR>");
//}

<!-- Camera-ready Version -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='camera.html'>Camera-ready</A></TD></TR>");
//if(loc.substring(loc.length, (loc.length-11))=="camera.html") {
//	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='camera.html#NOTES'>Important Notes</A></TD></TR>");
//	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='camera.html#SUBMIT'>How to Submit?</A></TD></TR>");
//	document.write("<TR><TD>&nbsp;<A CLASS='negSubItem' HREF='camera.html#GUIDE'>Guideline</A></TD></TR>");
//	}


<!-- Publication -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='publish.html'>Online Publication</A></TD></TR>");


<!-- Camera Ready -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='camera.html'>Camera Ready Version</A></TD></TR>");

<!-- Useful Links -->
document.write("<TR><TD><A CLASS='negMainItem' HREF='useful_links.html'>Useful Links</A></TD></TR>");

<!-- Log -->
//document.write("<TR><TD><A CLASS='negMainItem' HREF='history.html'>Change History</A></TD></TR>");


document.write("<TR><TD HEIGHT='25'></TD></TR>");

<!-- Sponsors -->
document.write("<TR><TD CLASS='negTitle'>Sponsored by:</TD></TR>");
document.write("<TR><TD><A CLASS='negMainItem' HREF='http://www.nsfc.gov.cn/' TARGET='sponsor'>NSFC</A></TD></TR>");
document.write("<TR><TD><A CLASS='negMainItem' HREF='http://www.ieee.org/' TARGET='sponsor'>IEEE Beijing Chapter</A></TD></TR>");
document.write("<TR><TD><A CLASS='negMainItem' HREF='http://www.ieice.org/eng/index.html' TARGET='sponsor'>IEICE Info Sys Soc.</A></TD></TR>");
document.write("<TR><TD><A CLASS='negMainItem' HREF='http://www.cie-china.org.cn/' TARGET='sponsor'>CIC</A></TD></TR>");  
document.write("<TR><TD><A CLASS='negMainItem' HREF='http://www.cie-china.org/' TARGET='sponsor'>CIE</A></TD></TR>");  

<!-- end -->
document.write("</TABLE>");
