﻿function changePhotoCategory(cateID,contentID)
{
    info.currentPageNo = 1;
    callBlockService(path+"Photo_Page_AB.html",{success:contentID},{photo_cate_id:cateID})
}

function changeVideoCategory(cateID,contentID)
{
    callBlockService(path+"Video_Page_AB.html",{success:contentID},{photo_cate_id:cateID})
}

function changePhotoPage(id) {
    var show_photo_id = $("show_photo_id");
    var show_img = $("show_photo_img");
    var show_headline = $("show_photo_headline");
    var show_author = $("show_photo_author");
        var show_sr = $("show_photo_sr");
        var show_sir = $("show_photo_sir");
    var show_label = $("show_photo_label");
    var show_time = $("show_photo_time");
    var show_link = $("show_photo_link");
    var full_story_path = $("full_story_path");
    //var show_photo_large = $("show_photo_large");
    
    var click_img = $("photo_img_"+id);
    var click_headline = $("photo_headline_" + id);
    var click_format_headline = $("photo_format_headline_" + id);
    
    var click_author = $("photo_author_"+id);
     var click_sr = $("photo_sr_"+id);
     var click_sir = $("photo_sir_"+id);  
    var click_label = $("photo_label_"+id);
    var click_time = $("photo_time_"+id);
    var click_ParentCategory = $("photo_ParentCategory_"+id);
    var click_news_id = $("photo_news_id_"+id);
    var click_large_photo = $("photo_large_"+id);
    var click_original_photo = $("photo_original_"+id);
    
    show_img.src = click_large_photo.value;
    show_img.onclick = (function() {open_photo_size(click_original_photo.src);});

    show_headline.innerHTML = click_headline.value;
    
    show_author.update(click_author.value);
        show_sr.update(click_sr.value);
        show_sir.update(click_sir.value);
    show_label.update(click_label.value);
    show_time.update(click_time.value);
    $('show_photo_link').hide();
    if(click_news_id)
    {
        if(click_news_id.value != 0)
        {
            show_link.href = "/en/" + click_ParentCategory.value + "/" + click_format_headline.value + "/fullstory_" + click_news_id.value + ".html"
        //full_story_path.value + click_news_id.value;
        $('show_photo_link').show();
        }   
    }
    
   //show_photo_large.href = click_large_photo.value;
    
    $("photo_div_"+show_photo_id.value).removeClassName("photoThumbBrdClick");
    $("photo_div_"+show_photo_id.value).addClassName("photoThumbBrdNormal");
    $("photo_div_"+id).removeClassName("photoThumbBrdNormal");
    $("photo_div_"+id).addClassName("photoThumbBrdClick");
    show_photo_id.value = id;
    
    
    
    if (parseInt(id,10)-1 == 0) {
        $("show_p_photo").href = "javascript:void(0);";
        //$("show_p_photo").style.display = "none";
        //$("show_p_photo").disabled = true;
        $("show_p_photo").style.color = "#6e6f74";
    } else {
        $("show_p_photo").href = "javascript:changePhotoPage("+(parseInt(id,10)-1)+");";
        //$("show_p_photo").style.display = "block";
        //$("show_p_photo").disabled = false;
        $("show_p_photo").style.color = "";
    } 
    
    if (parseInt(id,10) == $("the_last_photo").value) {
        $("show_n_photo").href = "javascript:void(0);";
        //$("show_n_photo").style.display = "none";
        //$("show_n_photo").disabled = true;
        $("show_n_photo").style.color = "#6e6f74";
    } else {
        $("show_n_photo").href = "javascript:changePhotoPage("+(parseInt(id,10)+1)+");";
        //$("show_n_photo").style.display = "block";
        //$("show_n_photo").disabled = false;
        $("show_n_photo").style.color = "";
    } 
}

function changeCartoonPage(id) {
    var show_photo_id = $("show_photo_id");
    var show_img = $("show_photo_img");
    //var show_headline = $("show_photo_headline");
    var show_author = $("show_photo_author");
    var show_label = $("show_photo_label");
    var show_time = $("show_photo_time");
    var show_link = $("show_photo_link");
    //var show_photo_large = $("show_photo_large");
    
    var click_img = $("photo_img_"+id);
    //var click_headline = $("photo_headline_"+id);
    var click_author = $("photo_author_"+id);
    var click_label = $("photo_label_"+id);
    var click_time = $("photo_time_"+id);
    
    var click_large_photo = $("photo_large_"+id);
    var click_original_photo = $("photo_original_"+id);
    
    show_img.src = click_large_photo.value;
    show_img.onclick = (function() {open_photo_size(click_original_photo.src);});
        
    show_author.update(click_author.value);
    show_label.update(click_label.value);
    show_time.update(click_time.value);
    $('show_photo_link').hide();
    
   //show_photo_large.href = click_large_photo.value;
    
    $("photo_div_"+show_photo_id.value).removeClassName("photoThumbBrdClick");
    $("photo_div_"+show_photo_id.value).addClassName("photoThumbBrdNormal");
    $("photo_div_"+id).removeClassName("photoThumbBrdNormal");
    $("photo_div_"+id).addClassName("photoThumbBrdClick");
    show_photo_id.value = id;
    
    
    
    if (parseInt(id,10)-1 == 0) {
        $("show_p_photo").href = "javascript:void(0);";
        //$("show_p_photo").style.display = "none";
        //$("show_p_photo").disabled = true;
        $("show_p_photo").style.color = "#6e6f74";
    } else {
        $("show_p_photo").href = "javascript:changeCartoonPage("+(parseInt(id,10)-1)+");";
        //$("show_p_photo").style.display = "block";
        //$("show_p_photo").disabled = false;
        $("show_p_photo").style.color = "";
    } 
    
    if (parseInt(id,10) == $("the_last_photo").value) {
        $("show_n_photo").href = "javascript:void(0);";
        //$("show_n_photo").style.display = "none";
        //$("show_n_photo").disabled = true;
        $("show_n_photo").style.color = "#6e6f74";
    } else {
        $("show_n_photo").href = "javascript:changeCartoonPage("+(parseInt(id,10)+1)+");";
        //$("show_n_photo").style.display = "block";
        //$("show_n_photo").disabled = false;
        $("show_n_photo").style.color = "";
    } 
}

function addFlash(file,width,height) {
    var flash_html = '' +
        '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
	    ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ' +
	    ' ID=addflash WIDTH='+width+' HEIGHT='+height+'>' +
	    ' <PARAM NAME=movie VALUE="'+file+'"> ' +
	    ' <PARAM NAME=quality VALUE=high> ' +
	    ' <PARAM NAME=wmode VALUE=transparent> ' +
	    ' <PARAM NAME="allowfullscreen" VALUE="true"/> ' +
	    ' <EMBED SRC="'+file+'" QUALITY=high' +
	    ' NAME=addflash WMODE=transparent WIDTH='+width+' HEIGHT='+height+' allowfullscreen="true" ' +
	    ' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">' +
	    '</EMBED>' +
	    '</OBJECT>';
	
	return flash_html;
}

function playFlash(play_file,play_image) {
    var player_path = document.getElementById("flash_player_path").value;
    //document.getElementById("video_falsh_div").innerHTML = addFlash(player_path,325,245);
    //document.getElementById("video_falsh_div").innerHTML = addFlash(player_path + "?file=" + play_file,325,245);
    document.getElementById("video_falsh_div").innerHTML = addFlash(player_path + "?file=" + play_file + "&image=" + play_image,325,245);
}


function changeVideoPage(id) {
    var show_video_id = $("show_video_id");
    var show_headline = $("show_video_headline");
    var show_author = $("show_video_author");
    var show_label = $("show_video_label");
    var show_link = $("show_video_link");
    var full_story_path = $("full_story_path");
    
    var click_img = $("video_img_"+id);
    var click_headline = $("video_headline_"+id);
    var click_author = $("video_author_"+id);
    var click_label = $("video_label_"+id);
    var click_ParentCategory = $("video_ParentCategory_"+id);
    var click_news_id = $("video_news_id_"+id);
    var click_path = $("video_path_"+id);
    
    show_headline.innerHTML = click_headline.value;
    show_author.innerHTML = click_author.value;
    show_label.innerHTML = click_label.value;
    show_link.href = full_story_path.value + click_news_id.value;
    
    $("video_div_"+show_video_id.value).removeClassName("photoThumbBrdClick");
    $("video_div_"+show_video_id.value).addClassName("photoThumbBrdNormal");
    $("video_div_"+id).removeClassName("photoThumbBrdNormal");
    $("video_div_"+id).addClassName("photoThumbBrdClick");
    show_video_id.value = id;
    
    playFlash(click_path.value,click_img.src);
}


function open_photo_size(file) {
    var file_w = getImageWidth(file);
    var file_h = getImageHeight(file);
    
    if (file_w == 0 || file_h == 0) {
        file_w = 800-60;
        file_h = 600-130;
    }
    file_w = file_w + 60;
    file_h = file_h + 130;
    photo_window = window.open(file, "photo_window", "width="+file_w+",height="+file_h+",top=200,left=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
    photo_window.resizeTo(file_w,file_h);
    photo_window.focus();
}


function getImageWidth(myImage) {
	var im = new Image();
    im.src = myImage;
    return im.width;
}

function getImageHeight(myImage) {
	var im = new Image();
    im.src = myImage;
    return im.height;
}

