function launch(pageURL) {
  Win = window.open(pageURL,"Win1","width=430,height=330,scrollbars=0,status=0,menubar=0")
}

function open_gp(pageURL) {
  Win = window.open(pageURL,"Giftpflanzen","width=800,height=650,scrollbars=1,status=0,menubar=0")
}


function morePicture(ID) {
string="E_Katzen_Bilder.asp?KA_ID=" + ID 
F1 = open(string,"Bilder","width=600,height=700,scrollbars=1,screenX=0,screenY=0");
}


function moreWPicture(ID) {
string="J_Wurf_Bilder.asp?KA_ID=" + ID 
F1 = open(string,"Bilder","width=600,height=700,scrollbars=1,screenX=0,screenY=0");
}

function moreWWPicture(ID) {
string="J_Wurf_Bilder.asp?WU_ID=" + ID 
F1 = open(string,"Bilder","width=600,height=700,scrollbars=1,screenX=0,screenY=0");
}


function morePicture_Gruppe(ID) {
string="n_Katzen_Bilder.asp?ID=" + ID
F1 = open(string,"Bilder","width=600,height=700,scrollbars=1,screenX=0,screenY=0");
}


function morePicture1(ID) {
string="../DE/E_Katzen_Bilder.asp?KA_ID=" + ID 
F1 = open(string,"Bilder","width=600,height=800,scrollbars=1,screenX=0,screenY=0");
}

function openbild(){
open("","Fenster1","width=310,height=400,screenX=0,screenY=0");

alert("hallo");
}