
function prwp_s(fID)
{
	$('#prwp_'+fID).show();
}

function prwp_h(fID)
{
	$('#prwp_'+fID).hide();
}
