
var pop_view_current=0;var pop_view_path='';function classifieds_pop_view(classified_id,message){var show_message='';if(message){show_message='&message=true';}
popup=new pop_dialog('classifieds_pop_view_dialog');popup.show_ajax_dialog_custom_loader('<div class="inner_loader">'+'<img src="'+pop_view_path_to_images+'loading.gif">'+'</div>',pop_view_path+'pop_view.php?noble='+classified_id+
show_message);}
function prev_image(){if(pop_view_current>0){hide('c_image_'+pop_view_current);pop_view_current-=1;show('c_image_'+pop_view_current);ge('current_image').innerHTML=pop_view_current+1;}
show_correct_buttons();return false;}
function next_image(){hide('c_image_'+pop_view_current);pop_view_current+=1;if(!ge('c_image_'+pop_view_current)){pop_view_current-=1;}
show('c_image_'+pop_view_current);ge('current_image').innerHTML=pop_view_current+1;show_correct_buttons();return false;}
function show_correct_buttons(){if(pop_view_current>0){ge('prev_image_button').src=pop_view_path_to_images+'leftPicCan.gif';}else{ge('prev_image_button').src=pop_view_path_to_images+'leftPic.gif';}
if(!ge('c_image_'+(pop_view_current+1))){ge('next_image_button').src=pop_view_path_to_images+'rightPicCant.gif';}else{ge('next_image_button').src=pop_view_path_to_images+'rightPic.gif';}}
function close_dialog(dialog_to_close){pop_view_current=0;generic_dialog.get_dialog(dialog_to_close).fade_out(100);}
function pop_view_resize_image(img){var width=300;var height=225;show(img);if(img.width>width){img.height=(width*img.height)/img.width;img.width=width;pop_view_resize_image(img);}else{if(img.height>height){img.width=(height*img.width)/img.height;img.height=height;pop_view_resize_image(img);}}
hide(img);}
