var oParentHeight = 'not set'; var g_id = 1; var img_array = new Array(); img_array[1] = 'userfiles/images/fotografie/models/DSC_1653_C.jpg' img_array[2] = 'userfiles/images/fotografie/models/bodypaint.jpg' img_array[3] = 'userfiles/images/fotografie/models/model1.jpg' img_array[4] = 'userfiles/images/fotografie/models/model2.jpg' img_array[5] = 'userfiles/images/fotografie/models/model3.jpg' img_array[6] = 'userfiles/images/fotografie/models/model4.jpg' img_array[7] = 'userfiles/images/fotografie/models/model5.jpg' img_array[8] = 'userfiles/images/fotografie/models/model7.jpg' img_array[9] = 'userfiles/images/fotografie/models/model8.jpg' img_array[10] = 'userfiles/images/fotografie/models/model9.jpg' img_array[11] = 'userfiles/images/fotografie/models/smileWEB.jpg' function show_pic(id) { g_id = id; oG_target = document.getElementById('show_img'); oG_target.style.display = ''; oG_target.src = '../../'+img_array[id]; if(typeof oG_prev == 'undefined') oG_prev = document.getElementById('glink_1'); oG_prev.className = 'glink'; oG_link = document.getElementById('glink_'+id); oG_link.className = 'gsel'; oG_prev = oG_link; } function prev() { if((g_id - 1) <= 0) g_id = img_array.length; show_pic(parseInt(g_id) - 1); } function next() { if((parseInt(g_id) + 1) >= img_array.length) g_id = 0; show_pic(parseInt(g_id) + 1); }
1 2 3 4 5 6 7 8 9 10 11
" name="portfolio" type="plugin" width="100%" height="100%">