//
// MasterScripts
// Copyright 2000. All rights reserved.
//
// http://www.masterscripts.de
//
// Selling the code for this program without prior written
// consent is expressly forbidden!
//
// By using this code you agree to indemnify MasterScripts from any
// liability that might arise from it's use.
// Obtain permission before redistributing this software over the Internet or
// in any other medium. In all cases copyright and header must remain intact.
//

function Pulldown(){
	PullTag = '<table border="0">';
	PullTag += '<tr>';
	PullTag += '<td valign="top">';
	PullTag += '<form action="none" method="POST" name="form1" target="_top">';
	PullTag += '<font size="1" face="Geneva, Arial, Helvetica">';
	PullTag += '<select name="menu1" size="1" onChange="goto_site();">';
	PullTag += '<option value="http://www.kaufmann.biz/my-kaufmann/collection.html">Unsere Collection</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_424.html">Alligator Kontrastnaht Ref. 424</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_426.html">Alligator Full Cut Ref. 426</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_428.html">Alligator Trophy Ref. 428</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_430.html">Alligator Flanke Ref. 430</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_466.html">Alligator Chrono Soft Ref. 466</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_matt_472.html">Alligator Chronogrande Ref. 472</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_brillant_410.html">Alligator Flanke Ref. 410</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_brillant_416.html">Alligator Full Cut Ref. 416</option>';
PullTag += '<option value="http://www.kaufmann.biz/Alligator_brillant_420.html">Alligator Elegant Ref. 420</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Alligator_brillant_444.html">Alligator Bombé Ref. 444</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Strauss_329.html">Strauss m. Kontrastnaht Ref. 329</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Strauss_330.html">Strauss Ref. 330</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Strauss_334.html">Strauss Soft Ref. 334</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Strauss_370.html">Strauss Chrono Soft Ref. 370</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Eidechse_160.html">Eidechse Ref. 160</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Eidechse_162.html">Teju Eidechse Ref. 162</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Haifisch_270.html">Haifisch Chrono Ref. 270</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Haifisch_290.html">Haifisch Classic Ref. 290</option>';
	PullTag += '<option value="http://www.kaufmann.biz/Haifisch_294.html">Haifisch Chrono Soft Ref. 294</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_051.html">Calf Elegant Ref. 051</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_062.html">Calf Remus Ref. 062</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_066.html">Sellier Ref. 066</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_070.html">Fahlleder Chrono  Ref. 070</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_072.html">Calf Chronogrande Ref. 072</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_075.html">Calf Chrono Soft Ref. 075</option>';
	PullTag += '<option value="http://www.kaufmann.biz/calf_078.html">Buffles Trophy Ref. 078</option>';
	
	PullTag += '</select>';
	PullTag += '</td>';
	PullTag += '</tr>';
	PullTag += '</table>';
	return PullTag;
}

function goto_site() {
	var selectedIndex = document.form1.menu1.selectedIndex;
	if (selectedIndex > 0) {
		var selection = document.form1.menu1.options[selectedIndex].value;
		window.parent.location=selection;
	}
}
