	window.onerror = null
	
	var Lmonth = time.getMonth()+1;
	var Lday   = time.getDate()
	var undefined, printstr, strtitles, strError, strcopyright, strseparatorM, strseparatorD, pol_strtitles, eco_strtitles, wor_strtitles, loc_strtitles

	if (Lmonth<10){Lmonth = '0' + Lmonth}
	if (Lday<10){Lday = '0' + Lday}

	function getArgs() {
	var args = new Object();
	var query = location.search.substring(1); 
	var pairs = query.split("&"); 
	for(var i = 0; i < pairs.length; i++) {
		var pos = pairs[i].indexOf('='); 
		if (pos == -1) continue; 
		var argname = pairs[i].substring(0,pos); 
		var value = pairs[i].substring(pos+1); 
		args[argname] = unescape(value); 
	}
		return args; 
	}
	var args = getArgs(); 
	var last = '20020901' //time.getYear()+Lmonth+Lday
	if (location.search.substring(1)=="") {this.location.href = '/index.html?sitepath=front&content='+last}
	else { 
		if (args.sitepath=='article'){
		document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/javascripts/print_article.js"></SCR'
		+'IPT>');
		document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/titles/'+last+'_'+args.cat+'.js"></SCR'
		+'IPT>');
		}
		if (args.sitepath=='category'){
		document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/titles/'+last+'_'+args.content+'.js"></SCR'
		+'IPT>');	
			if (args.content=='archive'){document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/javascripts/calendar.js"></SCR'
										+'IPT>')}	
		}
		document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/'+args.sitepath+'/'+args.content+'.js"></SCR'
		+'IPT>');
	}
	function show_target(type,width,height,path,cat){
	if (type=='external'){
		window.open(path,'external','resizable=yes,status=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes')
	}
	else if (type=='window'){
		window.open(path,'external','width='+width+',height='+height+',toolbar=0,statusbar=0,scrollbars=0')
	}
	else if (type=='print'){
			window.open('/print.html?sitepath=print&content='+path+'&cat='+cat,'print','width=500,height=400,toolbar=0,statusbar=0,scrollbars=yes')
	}
	else {
		this.location.href = '/index.html?sitepath='+type+'&content='+path+'&cat='+cat
	}	
	}	

	function front_titles(){
	document.write('<SCRIPT LANGUAGE="javascript" SRC="/cthesis/titles/20020831_politics.js"></SCR'
		+'IPT>');		
		var xtitles = '<SCRIPT>document.write(strtitles)</SCR'
		+'IPT>'
		return xtitles
	}		
	
	
	
	
	strError=('<P><BR><SPAN CLASS="heading">FATAL ERROR!</SPAN><P>'
			+'if you see this message please sent e-mail to our <a href="mailto:cyberweb@mfa.gr">techical team</a> '
			+'with subject errorsite and in the body of the message the url path.' )
	strseparatorM='--------------------------------------------------------------'
	strseparatorD='------------------------------------------------------------------------------------------'
	strcopyright=(strseparatorD
		     +'<BR>all contents copyright ©  1998 - '+year+' Cyber Thesis <BR>MFA Hellas<BR>'
		     +strseparatorD
		     +'<BR><A HREF="#top">^^ Back to top</A>')