function myopen(adresa, width, height, sc, index) {

	window.open(adresa,index,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height);

}

function submitForm(elem){

	document.getElementById(elem).submit();

}

