myOrders = new Array('ranking_analyse_domain','ranking_analyse_konkurrenz','keyword_analyse','keyword_expertise','emarketing_recherche','keyword_marketing','quellcode_optimierung','eintrag_manuell','eintrag_automatisch','ranking_maintenance','modula','modulb','modulc','deep_linking');
function order(arg){
if(arg != 0){
	myBestellung = window.open('/order/bestellen_' + myOrders[arg - 1] + '.html','MyBestellWindow' + Math.round(1000 * Math.random()),'top=12,left=12,width=648,height=474,status=1,scrollbars=1,scroll=1,menuebar=0,toolbar=0,resizable=0');
	}
else{
	myBestellung.window.close();
	return false;
	}
}