﻿// JScript File
<!--
function li(strFolder,strName) {
var strQuery = 'LargeImage.aspx?Folder=' + strFolder + "&Image=" + strName+ "&Postion=L";
window.open(strQuery,'anycontent','left=1,top=1,width=670,height=330,resizable');
}
function liv(strFolder,strName) {
var strQuery = 'LargeImage.aspx?Folder=' + strFolder + "&Image=" + strName + "&Postion=P";
window.open(strQuery,'anycontent','left=1,top=1,width=670,height=450,resizable');
}
function li2(strFolder,strName) {
var strQuery = 'LargeImage2.aspx?Folder=' + strFolder + "&Image=" + strName+ "&Postion=L";
window.open(strQuery,'anycontent','left=1,top=1,width=620,height=390,resizable');
}
function li3(strFolder,strName) {
var strQuery = 'LargeImage3.aspx?Folder=' + strFolder + "&Image=" + strName+ "&Postion=L";
window.open(strQuery,'anycontent','left=1,top=1,width=620,height=490,resizable');
}
function li4(strFolder,strName) {
var strQuery = 'LargeImage2.aspx?Folder=' + strFolder + "&Image=" + strName+ "&Postion=B";
window.open(strQuery,'anycontent','left=1,top=1,width=720,height=530,resizable');
}

function liv2(strFolder,strName) {
var strQuery = 'LargeImage2.aspx?Folder=' + strFolder + "&Image=" + strName + "&Postion=P";
window.open(strQuery,'anycontent','left=1,top=1,width=615,height=475,resizable');
}
function About_onclick() {
window.open('About.aspx?InfinityDesignsByPellish.htm','anycontent','left=1,top=1,width=300,height=45,resizable,scrollbars');
}
function About_onmouseover() {

}
function Estate(strFolder) {
var strQuery = 'EstateImage.aspx?Folder=' + strFolder;
window.open(strQuery,'anycontent','left=1,top=1,width=620,height=490,resizable');
}
//-->
