///////////////////////////////////////////////////////////////////
//THIS FUNCTION SHOW THE ENLARGED PICTURE IN A POP UP WINDOW
//////////////////////////////////////////////////////////////////
function openWindow(theURL,winName,features) {
		if (winName.window) winName.focus;
		popupWin = window.open(theURL,winName,features)
		popupWin.focus;
}

function enlargeh(filesrc){


var imgWin = window.open("","","width=533,height=400,scrollbars=no,resizable=no")
imgWin.document.write("<HTML><HEAD><TITLE>The Velvet Garden<\/TITLE><\/HEAD><BODY leftmargin='0' topMargin='0' marginheight='0' marginwidth='0'>")
imgWin.document.write("<center><IMG SRC='images\/collections\/"+filesrc+"' border=0><\/center>")
imgWin.document.write("<\/BODY><\/HTML>")

}

function enlargev(filesrc){


var imgWin = window.open("","","width=400,height=533,scrollbars=no,resizable=no")
imgWin.document.write("<HTML><HEAD><TITLE>The Velvet Garden<\/TITLE><\/HEAD><BODY leftmargin='0' topMargin='0' marginheight='0' marginwidth='0'>")
imgWin.document.write("<center><IMG SRC='images\/collections\/"+filesrc+"' border=0><\/center>")
imgWin.document.write("<\/BODY><\/HTML>")

}

function enlargex(filesrc){


var imgWin = window.open("","","width=533,height=400,scrollbars=no,resizable=no")
imgWin.document.write("<HTML><HEAD><TITLE>The Velvet Garden<\/TITLE><\/HEAD><BODY leftmargin='0' topMargin='0' marginheight='0' marginwidth='0'>")
imgWin.document.write("<center><IMG SRC='images\/collections\/"+filesrc+"' border=0><\/center>")
imgWin.document.write("<\/BODY><\/HTML>")

}

function enlargep(filesrc){


var imgWin = window.open("","","width=500,height=533,scrollbars=no,resizable=no")
imgWin.document.write("<HTML><HEAD><TITLE>The Velvet Garden<\/TITLE><\/HEAD><BODY leftmargin='0' topMargin='0' marginheight='0' marginwidth='0'>")
imgWin.document.write("<center><IMG SRC='images\/collections\/"+filesrc+"' border=0><\/center>")
imgWin.document.write("<\/BODY><\/HTML>")

}

