function openwindow(stranka) {
window.open(stranka, "X", 'toolbar=0,location=0,scrollbars=1,width=136,height=420,top=230,left=360',resizable=1);
}

function closewindow() {
window.close()
}

function oblibene() {
	external.AddFavorite('http://www.nakladni.cz','Odvoz stěhování LEVNĚ')
}

function img_onmousemove() {
document.body.style.cursor="hand"
}

function img_onmouseout() {
document.body.style.cursor="default"
}
