/*======================================================================*\
|| #################################################################### ||
|| #      DhmaNajd 2004 MODy - شبكة ضمى نجد - MODy 2004 DhmaNajd      # ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000–2004 M0Dy DhmaNajd. All Rights Reserved.         # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- DhmaNajd IS NOT FREE SOFTWARE ----------------  # ||
|| # http://www.M0Dy.CoM | http://www.M0Dy.OrG                        # ||
|| #################################################################### ||
\*======================================================================*/

///###var vbimgcodeResizeMsg = 'اضغط هنا لعرض الصورة بحجمها الطبيعي !';
///###var vbimgcodeWidthMax = 500;
///###var vbimgcodeWidthSizeTo = 500;
///###var vbimgcodeheightMax = 1000;
///###var vbimgcodeheightSizeTo = 1000;
///###var vbimgcodeClassName = 'vbimgcodelimit';
///##################################

function vbImageResize() {
if (document.images.length) {
var docImg = document.images;
for ( var i = 0 ; i < docImg.length ; i++)
if (docImg[i].width > vbimgcodeWidthMax && docImg[i].id == 'vBCodeIMG') {
docImg[i].width = vbimgcodeWidthSizeTo;
docImg[i].title = vbimgcodeResizeMsg;
docImg[i].className = vbimgcodeClassName;
docImg[i].onclick = vbImagecodeWinOpen;
}}
if (document.images.length) {
var docImg = document.images;
for ( var i = 0 ; i < docImg.length ; i++)
if (docImg[i].height > vbimgcodeheightMax && docImg[i].id == 'vBCodeIMG') {
docImg[i].height = vbimgcodeheightSizeTo;
docImg[i].title = vbimgcodeResizeMsg;
docImg[i].className = vbimgcodeClassName;
docImg[i].onclick = vbImagecodeWinOpen;
}}
}
function vbImagecodeWinOpen(e) {
if( window.event )
window.open(window.event.srcElement.src,'vbIMG','menubar=no, toolbar=no, location=no, directories=no, fullscreen=no, titlebar=yes, hotkeys=no, status=no, scrollbars=yes, resizable=yes');
else
window.open(e.target.src,'vbIMG','menubar=no, toolbar=no, location=no, directories=no, fullscreen=no, titlebar=yes, hotkeys=no, status=no, scrollbars=yes, resizable=yes');
}
//* #################################################################### *
//* #      DhmaNajd 2004 MODy - شبكة ضمى نجد - MODy 2004 DhmaNajd      # *
//* #################################################################### *
