function showImage(image)
{
text = "showImage.php?image="+image;	
window.open(text, "bieterverfahren24Image", "width=600, height=500, resizable=yes, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}

function showHtml(showText)
{
text = "showHtml.php?showText="+showText+"&lang=<? print $_SESSION['language'];?>";	
window.open(text, "bieterverfahren24Text", "width=600, height=500, resizable=no, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}

function showHelp(title, text)
{
text = "showHelp.php?helptitle="+title+"&helptext="+text;
window.open(text, "bieterverfahren24Help", "width=400, height=300, resizable=no, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}

function showText(title, text)
{
text = "showText.php?helptitle="+title+"&helptext="+text;
window.open(text, "bieterverfahren24Text", "width=600, height=500, resizable=no, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}

function showGebot(title, sessionid)
{
text = "showGebot.php?title="+title+"&"+sessionid;
window.open(text, "bieterverfahren24gebot", "width=400, height=500, resizable=no, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}

function showInfoWindow()
{
    window.open("/info/index.php", "bieterverfahren24info", "width=1000, height=700 resizable=no, scrollbars, menubar=no, statusbar=no, location=no, directories=no");
}
