/*
	Note: this script runs with jQuery 1.2.1 or higher and is only for functionallity of pageFlip in naturmed.de.
*/

function showPageFlip()
{
	jQuery('#pageFlipBackground').show();
	jQuery('#pageFlipContainer').show();
}

function closePageFlip()
{
	jQuery('#pageFlipContainer').hide();
	jQuery('#pageFlipBackground').hide();
}