﻿// <script type="text/javascript" src="ClientScript/Global.js"></script>
//--------------------------------------------------------------------------------------------
// OpenProductFile
function OpenProductFile(url)
{
  var width = 610;
  var height = 600;
  left = (screen.width - width) / 2;
  window.open(url, "產品檔案下載", "fullscreen=no, width=" + width + ", height=" + height + ", left=" + left + ", top=80, toolbar=no, scrollbars=yes, resizable=yes");
  return false;
}
//--------------------------------------------------------------------------------------------
function OpenCentralWindow(url, width, height) {
    var top = (screen.height - height) / 2;
    var left = (screen.width - width) / 2;
    window.open(url, '', 'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',scrollbars=autho,resizable=yes');
    void (0);
}   
//--------------------------------------------------------------------------------------------
//// Open ImageAlbumItem Window
//function OpenImageAlbumItem(serialId)
//{
//  left = (screen.width - 980) / 2;
//  window.open("ImageAlbumItem.aspx?Mode=1&SerialId="+serialId, "項目展示", "fullscreen=yes, width=980, height=768, left="+left+", top=0, toolbar=no, scrollbars=yes, resizable=yes");
//  return false;
//}  
////--------------------------------------------------------------------------------------------
//// Open MemberImage Window
//function OpenMemberImage()
//{
//  left = (screen.width - 980) / 2;
//  window.open("MemberImage.aspx?Mode=1", "個人圖庫", "fullscreen=no, width=980, height=768, left="+left+", top=0, toolbar=no, scrollbars=yes, resizable=yes");
//  return false;
//}  
////--------------------------------------------------------------------------------------------
//// 圖片預覽
//function PreviewImageItem(control, controlId)
//{
//  //alert(controlId);
//	var filePath = control.src.replace("/S/", "/M/");
//  var image = document.getElementById(controlId);
//  image.src = filePath;
//}
////--------------------------------------------------------------------------------------------  
//// 圖片選取
//function ShowImageWindow(control, imageNumber)
//{
//  alert("You choose this image: " + imageNumber);
//}
////--------------------------------------------------------------------------------------------    
//function OpenSlideShowWindow(url, width, height)
//{
//  window.open(url,'','width='+width+',height='+height+',left=250,top=10, scrollbars=no,resizable=yes');
//  return false;
//}
//--------------------------------------------------------------------------------------------   

