function post_values(formname){
	eval("document."+formname+".submit()");
}

function reset_values(formname){
	eval("document."+formname+".reset()");
}

function change_image(id,image){
	document.getElementById(id).setAttribute("src",image);
}

function delete_check(){
	var x = window.confirm("Are you sure you want to delete this item?");
	return x;
}

function open_image(imagename,title,width,height){
	var newwin = window.open("popup.php?imagename="+imagename+"&title="+title+"&width="+width+"&height="+height,"gallerie_popup","width="+(width+10)+",height="+(height+10)+",left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function change_class(id,classname){
	document.getElementById(id).className = classname;
}

function open_popup(filename,width,height){
	var newwin = window.open(filename,"popup","width="+width+",height="+height+",left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function open_haendler_popup(filename,width,height){
	var newwin = window.open("popup.php?content="+filename,"popup","width="+width+",height="+height+",left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function open_edit_product(product_id){
	var newwin = window.open("../content/haendler_maschinen_edit_popup.php?get_product_id="+product_id, "popup","width=600,height=600,left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
}

function open_add_product(product_id){
	var newwin = window.open("../content/haendler_maschinen_add_popup.php", "popup","width=600,height=600,left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
}

function open_seite_weiterempfehlen(filename,width,height,url){
	var newwin = window.open(filename + "?url=" + url,"popup","width="+width+",height="+height+",left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function open_maschinen_details_popup(filename,width,height,machine_id){
	var newwin = window.open("../layer/content/" + filename + "?machine_id=" + machine_id,"popup","width="+width+",height="+height+",left=0,top=0,scrollbars=yes,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function change_image(id,image){
	document.getElementById(id).setAttribute("src",image);
}

function open_edit_kategorien(){
	var newwin = window.open("../admin_layer/content/edit_kategorien.php","popup","width=500,height=500,left=0,top=0,scrollbars=yes,status=no,toolbar=no,menubar=no,resizable=no");
  newwin.focus();
}

function open_admin_haendler_edit(haendler_id){
	var newwin = window.open("../content/admin_haendler_edit.php?haendler_id="+haendler_id,"popup","width=600,height=300,left=0,top=0,scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no");
}
function open_ansprechpartner_land(land_id){
	newwin = window.open('ansprechpartner_land.php?land_id=' + land_id,'popup','width=580,height=460,scrollbars=yes'); newwin.focus();
}
