<!--

function changeHref() {
	if(document.getElementById('changeLink').value){
		window.location = document.getElementById('changeLink').value;
	}
}

function drawImage(url){
	window.open(url,'','width=400,height=400');
}


// -->