function opensub(Url) {
	window.open(Url, "sub", "width=700,height=490,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
}
function book(Url) {
	window.open(Url, "book", "width=365 height=525,scrollbars=no,status=no,toolbar=no");
}

function record(CounterName) {
	var ImageWidth  =  1;
	var ImageHeight =  1;
	var ScriptUrl   = '../logs/logs/log4.cgi';

	var Tag = '<img' +
		' src="'   + ScriptUrl   + '?' + CounterName + '@' + document.referrer + '"' +
		' width='  + ImageWidth  +
		' height=' + ImageHeight +
          '>';

	document.write(Tag);
}

function loadarrows() {
	preloadFile = new Array();
	preloadFile[0] = new Image(); preloadFile[0].src = "img/ya_red.gif";
	preloadFile[1] = new Image(); preloadFile[1].src = "img/ya_normal.gif";
	preloadFile[2] = new Image(); preloadFile[2].src = "img/ya_focus.gif";
}