function showSlide(url){
subWin = window.open("about:blank","slide","width=830,height=680,top=0,left=0");
subWin.document.open();
subWin.document.write("\n");
subWin.document.write("
\n");
subWin.document.write(" \n");
subWin.document.write(" HorseGalley*Plus\n");
subWin.document.write("\n");
subWin.document.write("\n");
subWin.document.write(" \n");
subWin.document.write("\n");
subWin.document.write("\n");
subWin.document.close();
}
function showSlide2(url){
subWin = window.open("about:blank","slide","width=1006,height=712,top=0,left=0");
subWin.document.open();
subWin.document.write("\n");
subWin.document.write("\n");
subWin.document.write(" \n");
subWin.document.write(" HorseGalley*Plus\n");
subWin.document.write("\n");
subWin.document.write("\n");
subWin.document.write(" \n");
subWin.document.write("\n");
subWin.document.write("\n");
subWin.document.close();
}
function showX(url){
window.open(url,"_blank","width=820,height=556,top=0,left=0")
}
function showY(url){
window.open(url,"_blank","width=444,height=666,top=0,left=0")
}
function showX2(url){
window.open(url,"_blank","width=996,height=678,top=0,left=0")
}
function showY2(url){
window.open(url,"_blank","width=471,height=699,top=0,left=0")
}