<!--

function noError() 
	{ 
		return true;
	}

onError = noError;
	
window.defaultStatus = "Prisma Color Fotolabor GmbH";

function check() {
	if(top.frames.length < 1) { top.location.href="."; }
	}

function st(text) {
	window.status = "prisma color : " + text;
	}

// -->
