
function uploadbanner(zanoxurl)
{	

document.writeln('<table width=\"300\" height=300 background=\"http://www.posterxxl.com/images/de/banner/zanox/404-upload03/background.gif\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.writeln('<tr>');
document.writeln('	<td valign=\"top\" height=190><img src=\"http://www.posterxxl.com/images/de/banner/zanox/404-upload03/effekte.gif\" alt=\"\" hspace=\"7\" vspace=\"6\" border=\"0\"></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('	<td align=center height=110>');	
document.writeln('	<form target=\"_top\" name=\"image_form\" action=\"http://www.posterxxl.com/cgi-bin/xxl_cart.cgi\" onSubmit=\"return check_input();\" method=\"POST\" ENCTYPE=\"multipart/form-data\" style=\"display:inline\"> ');
document.writeln('		<input type=\"hidden\" name=\"load\" value=\"1\">');
document.writeln('		<input type=\"hidden\" name=\"formaction\" value=\"newimg\">');
document.writeln('		<input type=\"hidden\" name=\"formsent\" value=\"1\">');
document.writeln('		<input type=\"hidden\" name=\"zanox\" value=\"' + zanoxurl + '\">');
document.writeln('		<input type=\"hidden\" name=\"upload_id\" value=\"1102953109\">');		
document.writeln('		<select name=\"product\" id=\"dropdown_products\" size=\"0\" style=\"font-family: Arial, Helvetica; font-size: 12px;\">');
document.writeln('			<option value=\"3\">--- Bitte wählen Sie ein Format ---</option>');
document.writeln('			<option value=\"3\">30 x 20 cm - 1,99 &euro;</option>');
document.writeln('			<option value=\"4\">40 x 30 cm - 3,49 &euro;</option>');
document.writeln('			<option value=\"5\">60 x 40 cm - 5,99 &euro;</option>');
document.writeln('			<option value=\"7\">80 x 60 cm - 11,99 &euro;</option>');
document.writeln('			<option value=\"10\">120 x 90 cm - 27,99 &euro;</option>');
document.writeln('			<option value=\"13\">300 x 100 cm - 129,99 &euro;</option>');
document.writeln('		</select>');
document.writeln('		<br><img src=\"http://www.posterxxl.com/images/de/banner/zanox/404-upload03/spacer.gif\" alt=\"\" width=\"1\" height=\"3\" border=\"0\"><br>');
document.writeln('		<input type=\"file\" name=\"image_file\" class=\"button\" size=\"15\" style=\"font-size: 12px;\">');
document.writeln('		<input type=\"hidden\" name=\"s\" value=\"karznxde\" >');
document.writeln('		<br><img src=\"http://www.posterxxl.com/images/de/banner/zanox/404-upload03/spacer.gif\" alt=\"\" width=\"1\" height=\"10\" border=\"0\"><br>');
document.writeln('		<input type=\"submit\" name=\"submit\" id=\"submit\" value=\"Jetzt Bild hochladen\" style=\"font-size: 12px;\">');
document.writeln('	</form>');	
document.writeln('	</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<script type=\"text/javascript\">');
document.writeln('<!--');
document.writeln(' zanox_tracking();');
document.writeln('//-->');
document.writeln('</script>');
	

}



/******************************************************************************/
/*								posterXXL.com                                 */
/*                         Version 1.2.0 / 16.11.2004                     	  */
/******************************************************************************/

var w = '350';
var h = '200';

function newPop(url,w,h,win) {
	values="scrollbars=no,toolbar=no,status=no,menubar=no,resizeable=yes,width=" + w + ",height=" + h;
	var loadimg = window.open(url,win,values);
}

function newScrollPop(url,w,h,win) {
	values="scrollbars=yes,toolbar=no,status=no,menubar=no,resizeable=yes,width=" + w + ",height=" + h;
	window.open(url,win,values);
}

function closePop() {
	var w = '350';
	var h = '200';
	newPop('/templates/de/xxl_endload.html',w,h,'load');
}

function check_input() {
	/* check file extension */
	var filename = document.image_form.image_file.value;
	if (filename == "") {
		alert(unescape("Bitte w%E4hlen Sie eine Datei aus!"));
		return false;
	}
	else {
		if (document.image_form.dropdown_products.checked == true && document.image_form.product_dropdown.value == 0) {
			alert(unescape("Bitte w%E4hlen Sie ein Produkt aus!"));
			return false;
		}
		else {
			var filetypes = "jpg,jpeg,jpe";
			var regtypes = filetypes.replace(/,/g,'|');
			var reg = new RegExp("(.*)\.(" + regtypes + ")$", "i");
			var ret = filename.match(reg);
			if (ret) {
				newPop('http://www.posterxxl.com/cgi-bin/xxl_load.cgi?wn=cart',w,h,'load');
				return true;
			}
			else {
				alert(unescape("Ihre Datei hat nicht den korrekten Dateityp. Wir akzeptieren nur jpg,jpeg,jpe."));
				return false;
			}
		}
	}
}

function start_transfer() {
	newPop('http://www.posterxxl.com/cgi-bin/xxl_load.cgi?wn=cart&type=transfer',w,h,'load');
}

function pre_select_radio() {
	document.image_form.dropdown_products.checked = true;
}

function showNewsletter(){
	document.getElementById('xxlnl').style.visibility="visible";
	location.href="#up";
}
function closeNewsletter(){
	document.getElementById('xxlnl').style.visibility="hidden";
}

function zanox_tracking(){
	var datum = new Date();
	document.image_form.action="http://www.posterxxl.com/cgi-bin/xxl_cart.cgi?s=karznxde";
	document.image_form.method="post";
	document.image_form.upload_id.value=datum.getTime();
}