document.write('<script language="JavaScript">');

document.write('var index = new Image();');
document.write('var rest = new Image();');
document.write('var store = new Image();');
document.write('var org = new Image();');
document.write('var link = new Image();');
document.write('var event = new Image();');
document.write('var magyar = new Image();');
document.write('var search = new Image();');
document.write('var intivu = new Image();');
document.write('var partivu = new Image();');
document.write('var ofivu = new Image();');

document.write('index.src = "images/vindex.jpg";');
document.write('rest.src = "images/vrest.jpg";');
document.write('store.src = "images/vstore.jpg";');
document.write('org.src = "images/vorg.jpg";');
document.write('link.src = "images/vlink.jpg";');
document.write('event.src = "images/vevent.jpg";');
document.write('magyar.src = "images/magyar.jpg";');
document.write('search.src = "images/vsearch.jpg";');
document.write('intivu.src = "images/intivu.jpg";');
document.write('partivu.src = "images/partivu.jpg";');
document.write('ofivu.src = "images/intivu.jpg";');

document.write('var index_highlight = new Image();');
document.write('var rest_highlight = new Image();');
document.write('var store_highlight = new Image();');
document.write('var org_highlight = new Image();');
document.write('var link_highlight = new Image();');
document.write('var event_highlight = new Image();');
document.write('var search_highlight = new Image();');
document.write('var magyar_highlight = new Image();');
document.write('var intivu_highlight = new Image();');
document.write('var partivu_highlight = new Image();');
document.write('var ofivu_highlight = new Image();');

document.write('index_highlight.src = "images/vindexe.jpg";');
document.write('rest_highlight.src = "images/vreste.jpg";');
document.write('store_highlight.src = "images/vstoree.jpg";');
document.write('org_highlight.src = "images/vorge.jpg";');
document.write('link_highlight.src = "images/vlinke.jpg";');
document.write('event_highlight.src = "images/vevente.jpg";');
document.write('magyar_highlight.src = "images/magyare.jpg";');
document.write('search_highlight.src = "images/vsearche.jpg";');
document.write('intivu_highlight.src = "images/intivue.jpg";');
document.write('partivu_highlight.src = "images/partivue.jpg";');
document.write('ofivu_highlight.src = "images/ofivue.jpg";');

document.write('function movepic(image_name,img_src) ');
document.write('{');
document.write('	document[image_name].src=img_src;');
document.write('}');
document.write('</script>');