﻿//if (document.images) {
//    pic1 = new Image(86, 41);
//    pic1.src = "../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtn.png";

//    pic2 = new Image(86, 41);
//    pic2.src = "../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtnClk.png";

//    pic3 = new Image(86, 41);
//    pic3.src = "../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtnHov.png";

//    pic4 = new Image(48, 48);
//    pic4.src = "../App_Themes/Cy1/Images/LgnCrnr.png";

//    pic5 = new Image(1, 48);
//    pic5.src = "../App_Themes/Cy1/Images/LgnX.png";

//    pic6 = new Image(48, 1);
//    pic6.src = "../App_Themes/Cy1/Images/LgnY.png";
//}

var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtn.png", "../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtnClk.png", "../App_Themes/Cy1/Images/1ui_skin/Buttons/LoginBtnHov.png", "../App_Themes/Cy1/Images/LgnY.png", "../App_Themes/Cy1/Images/LgnX.png", "../App_Themes/Cy1/Images/LgnCrnr.png")