<!-- //
function stats(url, name) {
	window.open(url, name, 'scrollbars = 0, resizable = no, width = 350, height = 550, status = 0, menubar = 0');
}

function rate(url, name) {
	window.open(url, name, 'scrollbars = 0, resizable = no, width = 200, height = 175, status = 0, menubar = 0');
}

function comments(url, name) {
	window.open(url, name, 'scrollbars = 1, resizable = no, width = 400, height = 500, status = 0, menubar = 0');
}

function goto(dir,value) {
	document.location.href = dir + '?page=' + value;
}

function showimage() {
	if(!document.images)return;
	document.images.icons.src="images/flags/"+document.form.country.options[document.form.country.selectedIndex].value;
}

function addsmile(emoticon) {
	form.description.value += " " + emoticon ;
}
// -->