function flashBanner(id, path, width, height) {
	var banner = "<object width='"+width+"' height='"+height+"' data='"+path+"' type='application/x-shockwave-flash'><param value='"+path+"' name='movie' /><param name='wmode' value='transparent' /></object>";
							
	document.getElementById(id).innerHTML = banner;
}

function model_color_change(color,model) {
	img = document.getElementById('model-img-main');
	img.src = '/design/modely/'+model+'/main_'+color+'.gif';
}

function show_image(p_url,p_name,p_width,p_height) {
	window.open("/fck_userfiles/image/dbpic_view/index.php?img="+p_url+".jpg&title="+p_name,"","width="+p_width+",height="+p_height+",resizable=yes,menubar=no,toolbar=no,scrollbars=0,left=100,top=50");
}

function popup(url) {
	window.open(url,'text','width=700,height=250,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,left=50,top=50');
}