//Show frontpage video
function Show_Popup(action, userid) {
$('#popup').fadeTo("slow", 0.7);
$('#window').fadeTo("slow", 1);
//$("#popup_content object").attr("data","/FLVPlayer_Progressive.swf");
//$("#popup_content object").attr("value","/FLVPlayer_Progressive.swf");
}
//Hide frontpage video
function Close_Popup() {
$('#popup').fadeOut();
$('#window').fadeOut();
//$("#popup_content object").attr("data","");
$("#popup_content object").attr("value","");
}
//Show image
function Show_Image(action, userid) {
$('#popup2').fadeTo("slow", 0.7);
$('#window2').fadeTo("slow", 1);
}
//Hide image
function Close_Image() {
$('#popup2').fadeOut();
$('#window2').fadeOut();
}